# 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 property

  • property - field that denotes the name of the property to be inverted. It can be

    • pan - pan

    • tilt - tilt

    • zoom - zoom

See also: