Skip to content

Instantly share code, notes, and snippets.

View Skywalker97's full-sized avatar

Avinash Sharma Skywalker97

View GitHub Profile
@vxhviet
vxhviet / javaCV.md
Last active February 26, 2024 22:59
How to fucking add JavaCV to Android Studio

Source: Me, GitHub, following this for update GitHub

Question: How to fucking add JavaCV to Android Studio so I can use the fucking annoying FFmpeg?

Answer: This tut will use JavaCV 1.1, version 1.2 currently has SIGSEGV issue. JavaCV 1.1 comes with FFmpeg 2.8.1.

  1. Obtain the prebulit binaries here.
  2. Extract it and copy these files:
  • javacpp.jar (essential).
  • javacv.jar (essential).