# setCurrentPtzPropertyInverted
Description: Set PTZ inversion to the current video capture device property.
Request example:
{
"method" : "setCurrentPtzPropertyInverted",
"property" : "pan",
"inverted" : false
}
Response example:
{
"method" : "setCurrentPtzPropertyInverted",
"requestId" : "1",
"result" : true
}
Parameter description:
requestId
- unique request identifier. More details can be found hereinverted
- a flag indicating the inversion of the propertyproperty
- field that indicates the name of the property to which inversion should be applied. It may bepan
- turntilt
- tiltzoom
- scale
See also:
- getPtzControls
- ptzZoomInc
- ptzZoomDec
- ptzUp
- ptzDown
- ptzStop
- ptzLeft
- setPanPos
- setTiltPos
- setZoomPos
- setPtzDefaults
- addPresetFromCurrentVideoCapturer
- addVideoCapturerPreset
- getAllVideoCapturerPresets
- updateVideoCapturerPreset
- applyVideoCapturerPreset
- removeVideoCapturerPreset
- videoCapturerPresetRemoved
- videoCapturerPresetAdded
- videoCapturerPresetUpdated
- videoCapturerPresetApplied
- ptzControlsChanged