# deviceModesDone

Description: Notification after changing PINs and modes of a current video device.

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"
}

Parameter description:

  • videoCapturerName - the unique name of the current video capture device

  • videoCapturerDescription — the unique identifier of the current video capture device

  • activeMode — active device mode

  • activePin — Active device PIN

  • modeList — the list of modes available for the device

  • pinList — the list of PINs available for the device

  • supportPTZ — the flag indicating if the video capture device supports PTZ features

See also: