How to capture the image once Eye closed event triggered?
Hi @aitorvs
How to capture the image once eye closed event detected..
You could use the CameraSource#takePicture method.
@aitorvs Thank you.. Capturing images.. But after capturing i could not stop preview continuously taking pic :(
Can you maybe share some code so that I get a better picture?
On Thu, Aug 17, 2017 at 3:28 PM, BALAMRGAN [email protected] wrote:
@aitorvs https://github.com/aitorvs Thank you.. Capturing images.. But after capturing i could not stop preview continuously taking pic :(
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aitorvs/face-tracking-sample/issues/1#issuecomment-323073492, or mute the thread https://github.com/notifications/unsubscribe-auth/AGePUOjgNj-iuPjn8BH53VwORLvpbY2Rks5sZEABgaJpZM4O534R .
Hi @aitorvs
Actually i want to show live frames to the user when they close eye it has to capture the image. Now detecting eye close event,, and capturing images but i don't know how to display live frames in ImageView from camera.
Thank you for your response.
I think if you see my code you can get it. face-tracking-sample-master.zip
The camera view is lagging especially in Samsung device. Any Updates?