hay...
could anybody tell me how to using the vc++ to display the images from a camera?
i wish to write a window base software to display the images which is capture from a camera? could any one give me some source codes in that subject ?
Printable View
hay...
could anybody tell me how to using the vc++ to display the images from a camera?
i wish to write a window base software to display the images which is capture from a camera? could any one give me some source codes in that subject ?
if you have msdn library , search for
"Video Capture Functions"
it uses windows capture devices, which means you can use any windows supported capture device.
or you can try the DirectX Multimedia.
Some of these cameras come as TWAIN complaint devices. There is TWAIN source available. I even have a book called "Photographic Imaging Techniques in C++" that has source code and references for twain (basically scanning).
hope this helps.