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
Copy file name to clipboardExpand all lines: performance/accuracy.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ When the frame filter feature of DCE is enabled, a quick sharpness evaluation wi
101
101
102
102
**Recommendation**
103
103
104
-
The frame-filter feature of DCE can be enabled via the [`enableEnhancedFeatures`](https://www.dynamsoft.com/camera-enhancer/docs/mobile/programming/android/primary-api/camera-enhancer.html#enableenhancedfeatures) method.
104
+
The frame-filter feature of DCE can be enabled via the <ahref="https://www.dynamsoft.com/camera-enhancer/docs/mobile/programming/android/primary-api/camera-enhancer.html#enableenhancedfeatures"target="_blank">`enableEnhancedFeatures`</a> method.
105
105
106
106
### Enhance the Camera Focus
107
107
@@ -110,23 +110,23 @@ It is highly recommended that this feature be implemented on low-end devices. En
110
110
111
111
**Recommendation**
112
112
113
-
To enable the enhanced-focus feature of DCE, please use [`enableEnhancedFeatures`](https://www.dynamsoft.com/camera-enhancer/docs/mobile/programming/android/primary-api/camera-enhancer.html#enableenhancedfeatures).
113
+
To enable the enhanced-focus feature of DCE, please use <ahref="https://www.dynamsoft.com/camera-enhancer/docs/mobile/programming/android/primary-api/camera-enhancer.html#enableenhancedfeatures"target="_blank">`enableEnhancedFeatures`</a>.
114
114
115
115
### Set Higher Resolution
116
116
117
117
A higher resolution will promote the sharpness of the video frames and enlarge the module size of barcodes. Increasing the resolution will definitely benefit the barcode reading accuracy while sacrificing speed. In addition, please remember to set the `MinValue` of `ScaleDownThreshold` to a higher value if you want to decode on high-resolution video streaming. If the `ScaleDownThershold` is smaller than the size of video frames, the video frames will be shrunk to a smaller size before being decoded.
118
118
119
119
**Recommendation**
120
120
121
-
To configure the resolution, please use the [`setResolution`](https://www.dynamsoft.com/camera-enhancer/docs/mobile/programming/android/primary-api/camera-enhancer.html#setresolution) method.
121
+
To configure the resolution, please use the <ahref="https://www.dynamsoft.com/camera-enhancer/docs/mobile/programming/android/primary-api/camera-enhancer.html#setresolution"target="_blank">`setResolution`</a> method.
122
122
123
123
### Define the Scan Region
124
124
125
125
Using DCE, you can specify the scan region so that the SDK only works with a specific area of the image or frame. The video frames will be cropped before barcode decoding so that the barcode reader will ignore the areas that are of no interest to the decoding process, thus resulting in faster and more accurate results.
126
126
127
127
**Recommendation**
128
128
129
-
You can specify the scan region via the DCE method [`setScanRegion`](https://www.dynamsoft.com/camera-enhancer/docs/mobile/programming/android/primary-api/camera-enhancer.html#setscanregion).
129
+
You can specify the scan region via the DCE method <ahref="https://www.dynamsoft.com/camera-enhancer/docs/mobile/programming/android/primary-api/camera-enhancer.html#setscanregion"target="_blank">`setScanRegion`</a>.
Copy file name to clipboardExpand all lines: performance/speed.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ For interactive barcode reading from a video input, you get better speed if:
104
104
* the video frames are trimmed around the barcode(s) before submitted for barcode reading;
105
105
* the video frames are provided in a way that reduces the waiting time of the barcode reading engine.
106
106
107
-
The [Dynamsoft Camera Enhancer SDK](https://www.dynamsoft.com/camera-enhancer/docs/core/introduction/) (DCE) is designed to do all the above like this:
107
+
The <ahref="https://www.dynamsoft.com/camera-enhancer/docs/core/introduction/"target="_blank">Dynamsoft Camera Enhancer SDK</a> (DCE) is designed to do all the above like this:
108
108
109
109
110
110
* it comes with camera control and is able to find and open the best suited camera by default (with support for manual adjustment too);
0 commit comments