# addPresetFromCurrentVideoCapturer
Version: 4.2.0+
Description: Save the current video capture device and the values of its properties as a separate preset.
Request example:
{
"method" : "addPresetFromCurrentVideoCapturer",
"requestId" : "1"
}
Response example:
{
"method": "addPresetFromCurrentVideoCapturer",
"requestId" : "1",
"videoCapturerName": "USB Video Device",
"presetId": "1667476138528",
"isMuted": false,
"comPort": "",
"pan": {
"isPresent": true,
"value": 9
},
"tilt": {
"isPresent": true,
"value": -9
},
"zoom": {
"isPresent": true,
"value": 5
},
"preview": {
"isPresent": true
},
"result": true
}
Parameter description:
presetId
- identifier of the created 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
- 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
requestId
- a unique request identifier. You can learn more about it here.
See also:
- getPtzControls
- ptzZoomInc
- ptzZoomDec
- ptzUp
- ptzDown
- ptzStop
- ptzRight
- ptzLeft
- setPanPos
- setTiltPos
- setZoomPos
- setPtzDefaults
- addVideoCapturerPreset
- getAllVideoCapturerPresets
- updateVideoCapturerPreset
- applyVideoCapturerPreset
- removeVideoCapturerPreset
- videoCapturerPresetRemoved
- videoCapturerPresetAdded
- videoCapturerPresetUpdated
- videoCapturerPresetApplied
- ptzControlsChanged