Video Viewer 2-way Audio

The VideoViewer2WayAudio sample can show live and recorded video from one camera. After connecting to a server, the user selects what camera to show via the ItemPickerWpfWindow.

If microphone and speakers have been configured and assigned as related to the camera, two checkmark boxes are enabled. The user can now enable and disable the use of audio from the camera to the local PCs speakers, and the user can press the Talk button to speak into his microphone and have the audio transmitted to the speakers attached to the camera.

Video Viewer 2 way audio

The audio transmitted to the speaker is always: sampling 8000 times per second, in mono, and with a bit width of 16 bits per sample.

The driver receiving this format will transcode to the configured audio codec on the camera.

The sample demonstrates

Using

Environment

Visual Studio C# project

Special notes

This sample needs access to configuration, use of ImageViewerWpfControl for video display and use of AudioPlayer for audio playing.