Leon Dunn

Leon Dunn

  • NA
  • 7
  • 3.1k

Stream audio from USB camera in C#

Feb 20 2015 8:05 AM
Hi all,

I have a Microsoft USB webcam and I want to record the video/audio stream. I found a very useful C# web camera software but I don't get any audio from the camera's microphone. Here is the code I am trying to employ:

connector.Connect(_camera, _mpeg4Recorder.AudioRecorder); //This does not work
_connector.Connect(_camera, _mpeg4Recorder.VideoRecorder);

Can you help me with this issue I am pretty clueless here

Answers (2)