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