c# - How do I connect to a USB webcam in .NET? -
i want connect usb webcam in .net, using c#. being new .net don't know kind of support there in standard libraries doing so. found 1 example on web copies bitmaps through clipboard, seems hacky (and slow). there better way?
you need use windows image acquisition (wia) integrate webcam application. there plenty examples of readily available. here c# webcam user control source.
here more articles , blog posts people looking solve same problem are:
Comments
Post a Comment