We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd391f7 commit 73bddb0Copy full SHA for 73bddb0
use-case/read-a-drivers-license/index.html
@@ -111,6 +111,7 @@ <h1>Read a Driver's License</h1>
111
// Create a `CameraEnhancer` instance for camera control and a `CameraView` instance for UI control.
112
const cameraView = await Dynamsoft.DCE.CameraView.createInstance();
113
const cameraEnhancer = await Dynamsoft.DCE.CameraEnhancer.createInstance(cameraView);
114
+ cameraEnhancer.setResolution({ width: 1920, height: 1080 });
115
cameraViewContainer.append(cameraView.getUIElement()); // Get default UI and append it to DOM.
116
117
// Create a `CaptureVisionRouter` instance and set `CameraEnhancer` instance as its image source.
0 commit comments