WebDevSimplified / Face-Detection-JavaScript

1k stars 1.39k forks source link

Need an event name to capture image from video #23

Closed ashique12009 closed 4 years ago

ashique12009 commented 4 years ago

Could you tell me, what is the event name that is fired if face is detected properly? Also it will be better if you show the code to capture the image if face is detected. Thank you.

WebDevSimplified commented 4 years ago

There is no event that is fired from my memory. You just need to use the exact code I have to manually check the frames of the video for the face.