G Guest Jun 4, 2005 #1 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.
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.
D Daniel O'Connell [C# MVP] Jun 5, 2005 #2 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. Click to expand... 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.
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. Click to expand... 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.