C# Capture image from webcam using c#

  • Thread starter Thread starter ngkamsengpeter
  • Start date Start date
  • Tags Tags
    Capture Image
AI Thread Summary
To capture images from a webcam using C#, users are exploring options like DirectShow.NET and WIA, but face challenges with compatibility and complexity. DirectShow.NET is noted for being messy, while WIA is not supported by all webcams. A need for simpler alternatives is expressed, with users seeking straightforward methods to programmatically capture images from multiple webcams. Resources and examples from various websites, including Planet Source Code, are mentioned as potential references for implementation.
ngkamsengpeter
Messages
193
Reaction score
0
I want to capture image from webcam using c# and i have 2 webcam so i need an option to select which webcam i interested in.
I read at the websites that we can use directshow.net or wia but my webcam doesn't support wia and directshow.net is a bit messy.

Is there other more simple way to capture image programmatically using c#?
 
Technology news on Phys.org
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top