On_deviceModesDone

TrueConf7/5/26About 1 min

On_deviceModesDone

Description

Notification after changing PINs and modes of a current video device

EventHandler<string> On_deviceModesDone

Response example

{
    "event": "deviceModesDone",
    "videoCapturerName": "USB2.0 UVC HD Webcam",
    "videoCapturerDescription": "\\\\?\\usb#vid_13d3&pid_5656&mi_00#6&8b7b718&0&0000#{e5323777-f976-4f5b-9b55-b94699c46e44}\\global",
    "modeList" : [
        "NTSC_433",
        "NTSC_M",
        "NTSC_M_J",
        "PAL_60"
    ],
    "pinList" : [
        "RGB",
        "Serial Digital"
    ],
    "activePin": "NTSC_433",
    "activeMode": "RGB",
    "supportPTZ": true,
    "method": "event"
}

Response Parameters

NameDescription
videoCapturerNameThe unique name of the current video capture device
videoCapturerDescriptionThe unique identifier of the current video capture device
activeModeActive device mode
activePinActive device PIN
modeListThe list of modes available for the device
pinListThe list of PINs available for the device
supportPTZThe flag indicating if the video capture device supports PTZ features

See also

Last Updated: