Android app for face detection in real-time.
To link the Android SDK to the project, edit the local.properties file and correct the path. About OpenCV Library copy the libraries from opencv-3.x.x-android-sdk/OpenCV-android-sdk/sdk/native/libs/ to app/libs/jniLibs/. Afterwards, edit the absolute path of the jniLibs file app/CMakeLists.txt (line 30).
Open the project folder with AndroidStudio, build, compile and run the app 😉.
To make this project I followed these tutorials:
- Import OpenCV Library in the project
- Fix orientation portrait about CameraView
- AndroidFaceDetection github, youtube video