Hi community,
I want to find a stable solution for using realtime video tracking.
The idea is to detect faces of a character and to blur ou add a mask on it.
I'll prefer to use a regular HD camera (versus Kinect).
Any ideas ? Any software I can syphon in Millumin ?
Thanks,
Comments
Look at Open CV libraries, there are live face detection tools :
http://opencv.org/
These libraries have been ported for many programming solutions like :
- Quarz Composer :
https://github.com/mirek/quartzcomposer-opencv
- Max MSP :
http://jmpelletier.com/cvjit/
These two offer Syphon support and the ability to get the video available in real time in Millumin.
Happy coding !
Alain