onvif
    Preparing search index...

    Interface FindPTZPositionResult

    interface FindPTZPositionResult {
        position: PTZVector;
        recordingToken: string;
        time: Date;
        trackToken: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    position: PTZVector

    The PTZ position.

    recordingToken: string

    A reference to the recording containing the PTZ position.

    time: Date

    The time when the PTZ position was valid.

    trackToken: string

    A reference to the metadata track containing the PTZ position.