brfv4_javascript_examples icon indicating copy to clipboard operation
brfv4_javascript_examples copied to clipboard

How to test the examples on Video?

Open vkasojhaa opened this issue 6 years ago • 1 comments
trafficstars

I want to test the performance of face tracker on a test video have. Is there any option in the repo to do that?

vkasojhaa avatar Apr 08 '19 09:04 vkasojhaa

Currently the webcam is streaming to a video tag and that video is drawn into canvas. So just "fill" the video with your footage instead of the camera stream.

Make sure to adjust the face detection settings to find smaller faces, otherwise it might not pick anything up.

MarcelKlammer avatar Apr 09 '19 06:04 MarcelKlammer