# videoCapturerPresetUpdated
Version: 4.2.0+
Description: a notification indicating the update of the video capture device preset.
Example:
{
"method": "event",
"event": "videoCapturerPresetUpdated",
"videoCapturerName": "USB Video Device",
"presetId": "1667488322679",
"isMuted": false,
"comPort": "",
"pan": {
"isPresent": false
},
"tilt": {
"isPresent": true,
"value": 777
},
"zoom": {
"isPresent": true,
"value": 999
},
"preview": {
"isPresent": true
}
}
Parameter description:
presetId
- identifier of the updated presetisMuted
— the flag indicating if the video capture device is turned on or offcomPort
- the selected COM port for controlling the PTZ camera. If the COM port is not in use, the field will contain an empty string.pan
- the pan property of the video capture devicetilt
- video capture device tilt propertyzoom
- zoom property of the video capture devicepreview
- information about the availability of a preset previewvideoCapturerName
- unique name of the video capture deviceisPresent
- a flag indicating the presence of a property in the presetvalue
- property values. The field is absent ifisPresent
equalsfalse
presets
- list of presets
See also:
- getPtzControls
- ptzZoomInc
- ptzZoomDec
- ptzUp
- ptzDown
- ptzStop
- ptzRight
- ptzLeft
- setPanPos
- setTiltPos
- setZoomPos
- setPtzDefaults
- addPresetFromCurrentVideoCapturer
- addVideoCapturerPreset
- updateVideoCapturerPreset
- applyVideoCapturerPreset
- removeVideoCapturerPreset
- updatePresetFromCurrentVideoCapturer
- videoCapturerPresetRemoved
- videoCapturerPresetAdded
- videoCapturerPresetApplied
- ptzControlsChanged