onvif
    Preparing search index...

    Interface SceneOrientation

    interface SceneOrientation {
        mode: SceneOrientationMode;
        orientation?: string;
    }
    Index

    Parameter to assign the way the camera determines the scene orientation.

    orientation?: string

    Assigned or determined scene orientation based on the Mode. When assigning the Mode to AUTO, this field is optional and will be ignored by the device. When assigning the Mode to MANUAL, this field is required and the device will return an InvalidArgs fault if missing.