onvif
    Preparing search index...

    Interface LocalOrientation

    interface LocalOrientation {
        pan?: number;
        roll?: number;
        tilt?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    pan?: number

    Rotation around the y axis.

    roll?: number

    Rotation around the x axis.

    tilt?: number

    Rotation around the z axis.