Tagged Questions
1
vote
2answers
188 views
What's best for your Video Tracking? Why?
Best as in reliable, maintainable and fast.
Considering Processing, VVVV or OpenFrameworks?
I know Processing doesn't handle big video frames very well.
VVVV (Nodes use OpenCV) is just for Windows.
...
1
vote
1answer
856 views
webcam access using opencv with processing in an applet or application
I made a small sketch with processing using opencv to face detect and track. But when I export as an application and start it nothing happens, same as an applet. First I exported the applet and ...