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

  • inverted - a flag indicating the inversion of the property

  • property - field that indicates the name of the property to which inversion should be applied. It may be

    • pan - turn

    • tilt - tilt

    • zoom - scale

See also: