Hello All
I'm just starting on my senior project this semester. Part of my project is a video motion sensor. The idea is to connect a video camera to the computer and pull in images at a certain framerate. Those images would then be compared to a starting image to detect any major changes, thus detecting any significant motion. I have several questions, some of which might not really pertain to C++, but any help would be appreciated:
1. Good cameras to use for this type of application.
2. What camera resolution to look for
3. How to receive the camera input and use C++ to display
4. Any class libraries which might deal with video display
Finally, can anyone point me to a good tek-tips type forum which deals with hardware stuff like motors, circuit design, etc?
I'd greatly appreciate the help, thanks.
I'm just starting on my senior project this semester. Part of my project is a video motion sensor. The idea is to connect a video camera to the computer and pull in images at a certain framerate. Those images would then be compared to a starting image to detect any major changes, thus detecting any significant motion. I have several questions, some of which might not really pertain to C++, but any help would be appreciated:
1. Good cameras to use for this type of application.
2. What camera resolution to look for
3. How to receive the camera input and use C++ to display
4. Any class libraries which might deal with video display
Finally, can anyone point me to a good tek-tips type forum which deals with hardware stuff like motors, circuit design, etc?
I'd greatly appreciate the help, thanks.