onvif
    Preparing search index...

    Interface Frame

    interface Frame {
        colorspace?: string;
        extension?: FrameExtension;
        object?: unknown[];
        objectTree?: ObjectTree;
        PTZStatus?: PTZStatus;
        sceneImage?: unknown;
        sceneImageRef?: string;
        source?: string;
        transformation?: Transformation;
        utcTime: Date;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    colorspace?: string

    Default color space of Color definitions in frame. Valid values are "RGB" and "YCbCr". Defaults to "YCbCr".

    extension?: FrameExtension
    object?: unknown[]
    objectTree?: ObjectTree
    PTZStatus?: PTZStatus
    sceneImage?: unknown
    sceneImageRef?: string
    source?: string

    Optional name of the analytics module that generated this frame.

    transformation?: Transformation
    utcTime: Date