onvif
    Preparing search index...

    Interface Rotate

    interface Rotate {
        degree?: number;
        extension?: RotateExtension;
        mirror?: boolean;
        mode: RotateMode;
    }
    Index
    degree?: number

    Optional parameter to configure how much degree of clockwise rotation of image for On mode. Omitting this parameter for On mode means 180 degree rotation.

    extension?: RotateExtension
    mirror?: boolean

    When enabled, the video will be flipped horizontally. If applied alongside rotation, the mirror effect shall be executed after the rotation. Additionally, when Mirror is enabled and Reverse=Auto is set in PTControlDirection or if the device doesn’t support Reverse in PTControlDirection, the device shall automatically adjust the pan direction.

    Parameter to enable/disable Rotation feature.