.Net WIA Support for TakePicture Method

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm writing a C# application that will use WIA to control a digital camera.
I need to get a list of cameras that support taking pictures using WIA
(command wiaCommandTakePicture, {AF933CAC-ACAD-11D2-A093-00C04F72DC3C} in the
code).
 
Hi Jon,

I have the Logitech QuickCam Pro 4000 and it supports WIA. I am calling a
WSF script using the Process class in C# and I pass the filename to the
script where I want it to save the image.
 
Back
Top