Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

Resolution

The Resolution interface defines the resolution of a camera by specifying how many pixels there are in each frame of a video stream, both horizontally and vertically.

interface Resolution {
    height: number;
    width: number;
}

height

The height of the video frame.

width

The width of the video frame.

This page is compatible for:

Is this page helpful?

YesYes NoNo