bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.59k stars 1.59k forks source link

Android Studio apk openCV #1408

Open Thandohimself opened 4 years ago

Thandohimself commented 4 years ago

Hey, please advice, I working on a computer visioning app...I did code it in c++ and opencv it works but still buggy.

The c++ script opens camera then place a necklace chain on your neck. all in a video stream.

My question is how do I open the camera stream and place a necklace chain on a users neck while camera is open in a Android Apk?

saudet commented 4 years ago

Try to start with this sample code for face detection: https://github.com/bytedeco/javacv/blob/master/samples/FacePreview.java