onvif
    Preparing search index...

    Interface GeoOrientation

    interface GeoOrientation {
        pitch?: number;
        roll?: number;
        yaw?: number;
        [key: string]: unknown;
    }

    Indexable

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

    Rotation around the y axis.

    roll?: number

    Rotation around the x axis.

    yaw?: number

    Rotation around the z axis.