# setCurrentPtzPropertyInverted
Description: set the PTZ inversion for the current video capture device.
Request example:
{
"method" : "setCurrentPtzPropertyInverted",
"property" : "pan",
"inverted" : false
}
Response example:
{
"method" : "setCurrentPtzPropertyInverted",
"requestId" : "1",
"result" : true
}
Parameter description:
requestId- a unique request identifier. You can learn more about it here.inverted- a flag indicating the inversion of a propertyproperty- field that denotes the name of the property to be inverted. It can bepan- pantilt- tiltzoom- zoom
See also:
- getPtzControls
- ptzZoomInc
- ptzZoomDec
- ptzUp
- ptzDown
- ptzStop
- ptzLeft
- setPanPos
- setTiltPos
- setZoomPos
- setPtzDefaults
- addPresetFromCurrentVideoCapturer
- addVideoCapturerPreset
- getAllVideoCapturerPresets
- updateVideoCapturerPreset
- applyVideoCapturerPreset
- removeVideoCapturerPreset
- videoCapturerPresetRemoved
- videoCapturerPresetAdded
- videoCapturerPresetUpdated
- videoCapturerPresetApplied
- ptzControlsChanged