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/speed.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
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 <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:
107
+
The Dynamsoft Camera Enhancer SDK (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);
The Dynamsoft Barcode Reader SDK provides APIs for you to get the detailed barcode information like checksum digit, start/stop characters, error correction level, etc. To learn more about what information you can get, see the following items:
It's also possible to use a `JSON Template` along with `SimplifiedCaptureVisionSettings`. Typically, you initialize the SDK with a `JSON Template`, the settings in which will be reflected in `SimplifiedCaptureVisionSettings`, then you can further fine-tune `SimplifiedCaptureVisionSettings` to apply to the actual reading process.
297
+
298
+
> NOTE: If your JSON template contains complex configurations that cannot be represented in `SimplifiedCaptureVisionSettings`, you may encounter an error message like "complex template can't be converted to simplified settings" when calling `getSimplifiedSettings()`. In such cases, you should either:
299
+
> - Simplify your JSON template so that it can be converted to `SimplifiedCaptureVisionSettings`, or
300
+
> - Continue using the JSON template exclusively without attempting to retrieve or update simplified settings.
0 commit comments