We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi All, I'm trying to do face detection with OpenCV for Processing from a video file. I've searched through examples on the web but all of them seem to be focusing on face detection from a live feed. Is there a way to do it from a video file? I know that you can create Movie objects using the Processing Video library but can I perhaps use that class in an Open CV object? I appreciate any tips and pointers.
Answers
https://forum.processing.org/two/discussion/18486/minim-ugens-audiooutput-playnote-only-once#latest
Kf
Hi @kfrajer it looks like your example uses Capture class to analyze frames from a video captured via a camera. Let me know if I'm mistaken. What I'm looking for is a way to analyze frames and detect faces from a video file.
Try this with a video with faces:
Kf
I'll try that. Thank you.