You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,9 @@ In this guide, you will learn step by step on how to integrate the Dynamsoft Cam
34
34
35
35
To use the SDK, we first include the following packages:
36
36
37
-
1.`dynamsoft-camera-enhancer`: required, it provides the camera related functionalities used in this guide.
38
-
2.`dynamsoft-core`: required, it includes basic classes, interfaces, and enumerations that are shared between all Dynamsoft SDKs.
37
+
1.`dynamsoft-camera-enhancer`: Required, it provides the camera related functionalities used in this guide.
38
+
2.`dynamsoft-core`: Required, it includes basic classes, interfaces, and enumerations that are shared between all Dynamsoft SDKs.
39
+
3.`dynamsoft-license`: Optional, if you wish to utilize advanced features such as auto-zoom, enhanced focus, and tap-to-focus, you will need to include it.
39
40
40
41
#### Use a CDN
41
42
@@ -44,21 +45,21 @@ The simplest way to include the SDK is to use a CDN such as [jsDelivr](https://j
0 commit comments