Open Thandohimself opened 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?
Try to start with this sample code for face detection: https://github.com/bytedeco/javacv/blob/master/samples/FacePreview.java
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?