-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to do real-time face tracking? #160
Comments
any pointers on how to incorporate CGEFaceTracker into CGEFrameRecorder? That may address my issue as well. |
You may need to do this in another thread. |
The CGEFaceTracker is not so correct when doing real-time processing. |
thank you, I will look forward to that code. |
Could you provide some code on using the sharedcontext please? |
Thank you. I did see that piece of code. how can i get a Bitmap from the shared context? |
You should not use the Bitmap. It's extremely slow. |
Thank you @wysaid . I will look forward to this when you get a chance to implement. I went ahead and changed the title. |
@wysaid could you point me to do face recognition at the c++ layer? |
You may take look at the pr |
Is there a better way to generate a bmp other than the code below:
The code is causing a minor lag in the UI. My use case = While the video is recording, take a BMP periodically and check if there is a face in the BMP. If there is another cleaner way of doing this, please suggest.
The text was updated successfully, but these errors were encountered: