how can i read from microphone and webcam in C#

  • Thread starter Thread starter sufyan
  • Start date Start date
i want to know if there is any way i can record from
camera and microphone in c#.

It depends on how the peripherals attach to your machine, but you
might want to start by reading up on the System.Net.Sockets namespace.
 
Back
Top