# 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
Name | 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