Capture picture from Digital Camera using C#

  • Thread starter Thread starter Gidi
  • Start date Start date
G

Gidi

Hi,

I'm looking for a good example to learn how can i capture a picture into my
application using digital camera and C#.

Thanks,
Gidi.
 
Hi Gidi,

the question here is what kind of camera do you use?
What Interface does it have and what format are
the images/video? More specific please,...

Regards

Kerem

--
 
Hi,

I want to use a web camera, for example, Logitech quick Messanger, and to
catch a JPG files.
beside that, i don't have any other information... hope that helps...
 
Hi~
You can use Windows Image Acquisition(WIA) service. A COM component for
WIA is free for downloading at microsoft.com. I used it in one of my project
using
a CANON G7 Camera.
 
Back
Top