onvif
    Preparing search index...

    Interface VideoResolution2

    interface VideoResolution2 {
        height: number;
        width: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    height: number

    Number of the lines of the Video image. If there is a 90-degree rotation, this represents the number of columns of the Video image.

    width: number

    Number of the columns of the Video image. If there is a 90-degree rotation, this represents the number of lines of the Video image.