I want to connect two webcam's in my application and display the two webcam's images in two picture box controls using c#.How can i do?
Asked
Active
Viewed 3,099 times
2
-
See similar Questions: http://stackoverflow.com/questions/236249/simple-net-webcam-library ... http://stackoverflow.com/questions/233455/webcam-usage-in-c-sharp – DarkSquirrel42 Aug 17 '12 at 07:37
-
@Trikks i connected 1 webcam,but i am unable to connect another to the same application.. – Praveen Kumar Aug 17 '12 at 10:51
1 Answers
2
You can try something like :
http://msdn.microsoft.com/en-us/library/ms630368.aspx (suggested by microsoft)
http://www.codeproject.com/Articles/125478/Versatile-WebCam-C-library (library for the above)
And a simple article :
http://blog.opennetcf.com/ctacke/2007/12/21/WIADesktopLibrary.aspx

NG.
- 5,695
- 2
- 19
- 30
-
I think you need to cross check, I just checked, the links which I mentioned are opening. – NG. Aug 17 '12 at 14:11