2
Answers

Stream audio from USB camera in C#

Leon Dunn

Leon Dunn

9y
1k
1
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)
Next Recommended Forum