Click to See Complete Forum and Search --> : capture images


xiaohanlouie
May 14th, 1999, 07:40 AM
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 ?

Thomas Rizos
May 14th, 1999, 09:00 AM
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.

May 14th, 1999, 10:46 AM
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.