Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 764 Bytes

File metadata and controls

29 lines (22 loc) · 764 Bytes
layout title description keywords needAutoGenerateSidebar noTitleIndex breadcrumbText permalink
default-layout
Interface Resolution - Dynamsoft Camera Enhancer JavaScript API
This page shows the Resolution Interface of Dynamsoft Camera Enhancer JavaScript SDK.
Resolution, CameraEnhancer, api reference, javascript, js
false
true
Resolution
/programming/javascript/api-reference/interface/resolution.html

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.