reading USB camera

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

Guest

i want to read the camera connected to my USB port in C#. Please help or
point me to web where i can get help.
Thanks in Advance.
 
javaid iqbal said:
i want to read the camera connected to my USB port in C#. Please help or
point me to web where i can get help.

What kind of camera? Some digital cameras mount as drives which means you
can use normal file access to retrieve files from them, otherwise you will
likely need to look into WIA or DirectShow, depending on what you need to do
exactly.

Look at http://www.codeproject.com/dotnet/wiascriptingdotnet.asp that should
give you some idea on basic WIA, if it won't suit your needs you'll need
DirectShow and that, I'm afraid, is much more complicated.
 
Back
Top