Go to documentation repository
Previous page Next page
You can add the Video capture device object for receiving video from all server displays/monitors via the FFMPEG driver by creating and configuring the Video capture device object or using the Camera discovery tool. The latter way is preferable.
Besides, the driver supports capturing system sounds and sounds from the computer microphone. The audio input and output format is PCM. For this, except for the Video capture device object, you must create and configure the Audio card and Microphone objects. You can also do it by using the camera discovery tool. To capture system sounds, you must preconfigure the system (see below).
To capture system sounds, you must enable the Stereo Mix device in the system in the following way:
Open the Sound window and go to the Recording tab.
Note
In Windows 7, you can open this window by selecting the Recording Devices item in the menu that opens when you right-click the speaker icon.
If there is no Stereo Mix device on the Recording tab, right-click any empty space in the list and select Show Disabled Devices.
If the Stereo Mix device is disabled, right-click it and select Enable.
Click the Apply button in the Sound window.
To add the Video capture device object for receiving video from all server displays/monitors and the Audio card and Microphone objects for capturing sound via the FFMPEG driver, do the following:
In the IP address field (1), enter any IP address. The driver automatically sets the required address for this model.
Note
When you add a device of this type by creating the Video capture device object, you must specify the gdigrab://desktop address in the IP address field.
Select the Audio input 2 object if you want to capture audio from the microphone selected as the default device (not communication) in the system.
Attention!
You can detect the default microphone/speaker when you add the Video capture device object. If you switch the default microphone/speaker (for example, by connecting the USB camera or the microphone/speaker connector or simply changing the system settings) after that without unloading Axxon PSIM, then switching to the new device ISN'T performed automatically. To update the linked input/output device, you must restart Axxon PSIM or delete the Video capture device and Audio card objects and re-add them.
You can manually set the address line by including the ffmpeg utility options to it in the IP address field on the settings panel of the Video capture device object. In this case, the address looks in the following way:
gdigrab://desktop: [-additionalOptions]
For example, you can set a specific area and several other options.
The list of options supported by the ffmpeg library for the gdigrab mode:
Example of the value for the "additionalOptions" property:
-draw_mouse 1 -show_region 1 -framerate 25 -video_size 640x480 -offset_x 10 -offset_y 10