Reputation: 1658
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?
Upvotes: 2
Views: 3127
Reputation: 6073
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
Upvotes: 2