Interfacing Camera to C++

I am a student of engineering working on my final year project. Please help me to interface my digital camera or webcam with the c++ so that the camera can capture continuously when the camera or webcam detect a badminton shuttlecock. I am using Dev C++. Please help me with the source code. Anyone who can help me can send an email to my email address, leocth11@gmail.com. Thanks a lot.
My solution is using OpenCV.
This library with hundred of functions will help you to capture video stream from webcam/camera, then grab frame and do almost image processing operation.
You may learn something similar though the below article :
http://www.aishack.in/2010/07/tracking-colored-objects-in-opencv/
Last edited on
Topic archived. No new replies allowed.