# applyVideoCapturerPreset
Version: 4.2.0+
Description: Apply previously saved video capture device preset.
Request example:
{
"method" : "applyVideoCapturerPreset",
"requestId" : "1",
"presetId" : "1667478300422"
}
Response example:
{
"method": "applyVideoCapturerPreset",
"requestId" : "1",
"result": true
}
Parameter description:
presetId
- identifier of the video capture device preset to applyrequestId
- unique request identifier. More details can be found here
See also:
- getPtzControls
- ptzZoomInc
- ptzZoomDec
- ptzUp
- ptzDown
- ptzStop
- ptzRight
- ptzLeft
- setPanPos
- setTiltPos
- setZoomPos
- setPtzDefaults
- addPresetFromCurrentVideoCapturer
- addVideoCapturerPreset
- getAllVideoCapturerPresets
- updateVideoCapturerPreset
- removeVideoCapturerPreset
- updatePresetFromCurrentVideoCapturer
- videoCapturerPresetRemoved
- videoCapturerPresetAdded
- videoCapturerPresetUpdated
- videoCapturerPresetApplied
- ptzControlsChanged