onvif
    Preparing search index...

    Interface RotateOptions

    interface RotateOptions {
        degreeList?: IntItems;
        extension?: RotateOptionsExtension;
        mirror?: boolean;
        mode?: RotateMode[];
        reboot?: boolean;
    }
    Index
    degreeList?: IntItems

    List of supported degree value for rotation.

    mirror?: boolean

    Signals if video source mirroring is supported.

    mode?: RotateMode[]

    Supported options of Rotate mode parameter.

    reboot?: boolean

    Signals if a device requires a reboot after changing the rotation or mirror. If a device can handle rotation changes or mirror changes without rebooting this value shall be set to false.