onvif
    Preparing search index...

    Interface VideoResolution

    interface VideoResolution {
        height: number;
        width: number;
    }
    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.