We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, Is it possible to use face detection to trigger a video to play? if webcam detects a face, video plays im having trouble with achieving this
Answers
What have you tried? What are you using to detect the face? a webcam? do you know how to collect the video from the camera? Do you have some code that you have tested?
I use a webcam. I can get a video playback from the camera. I found a code that draws rectangles around the faces. I removed webcam footage from draw section. I got it working, but maybe you could suggest best settings for the video itself and should i improve something for it to run more smoothly?
import gab.opencv.*; import processing.video.*; import java.awt.Rectangle;
I want it to run fullscreen and the video to fit the screen and run smoothly
Please don't post duplicates.
Choose one, close the other or you'll get answers to both and that'll confuse everyone.
how to close a discussion?
go here: https://forum.processing.org/two/discussion/25479/face-detection-activated-video
or maybe here: https://forum.processing.org/two/discussion/25503/video-won-t-run-properly
who knows?