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: parameters/index.md
+5-36Lines changed: 5 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,42 +11,11 @@ noTitleIndex: false
11
11
12
12
You can learn about the parameters of Batch Barcode Scanner here. Normally you don't need to know the details about the parameters and [contact support](mailto:support@dynamsoft.com) for help. But it helps if you have knowledge about them.
13
13
14
-
## BatchScanTemplates Parameters
14
+
## Overview of Parameters
15
15
16
-
| Parameter | Description |
17
-
| --------- | ----------- |
18
-
|[`Name`](batch-scan-settings.md#name)| The name of the template. Must be unique. |
19
-
|[`CaptureVisionTemplateName`](batch-scan-settings.md#capturevisiontemplatename)| Specifies a name of the `CaptureVisionTemplate`. A `CaptureVisionTemplate` defines how to decode the barcodes. |
20
-
|[`BarcodeFormatIds`](batch-scan-settings.md#barcodeformatids)| Defines which formats are output in the final result. |
21
-
|[`ResultOutputSettings`](batch-scan-settings.md#resultoutputsettings)| Result output settings. |
22
-
|[`SectionLayoutOptions`](batch-scan-settings.md#sectionlayoutoptions)| Defines the layout sections with their layout analysis mode and maximum number of barcodes. |
23
-
|[`AutoStopOption`](batch-scan-settings.md#autostopoption)| Defines whether to stop scanning automatically and when to auto-stop. |
24
-
|[`ARCorrectionLevel`](batch-scan-settings.md#arcorrectionlevel)| A higher level means the algorithm will spend more efforts on correcting the AR data. |
25
-
|[`DuplicationCorrectionOption`](batch-scan-settings.md#duplicationcorrectionoption)| Determines how the algorithm deals with the duplicated barcodes. |
26
-
|[`EnableOutputFrameMappedResult`](batch-scan-settings.md#enableoutputframemappedresult)| Whether to map the result coordinates from panoramic image to the video frame. |
27
-
|[`EnableOutputPreviewPanorama`](batch-scan-settings.md#enableoutputpreviewpanorama)| Whether to enable result preview when scanning. |
28
-
|[`EnableOutputResultImage`](batch-scan-settings.md#enableoutputresultimage)| Whether to save image data and generate panoramic image in the final result. |
29
-
|[`MaxOverlappingFrames`](batch-scan-settings.md#maxoverlappingframes)| The maximum number of overlapping frames of TTLO mode. |
30
-
|[`MinLocalizedBarcodeConfidence`](batch-scan-settings.md#minlocalizedbarcodeconfidence)| The minimum confidence level of the localized barcodes. |
31
-
|[`PanoramicImageScalePercent`](batch-scan-settings.md#panoramicimagescalepercent)| Determines the scale down rate of the panoramic image. Measured by percentage. |
32
-
|[`PerspectiveLevel`](batch-scan-settings.md#perspectivelevel)| Determines how much efforts to spend on correcting the perspective. |
33
-
|[`PreviewImageOption`](batch-scan-settings.md#previewimageoption)| Defines how the preview image is output. |
34
-
|[`StitchLevel`](batch-scan-settings.md#stitchlevel)| Determines the how much effort to spend on stitching the video frames. |
35
-
|[`StitchMode`](batch-scan-settings.md#stitchmode)| Determines the stitching mode. |
36
-
|[`UniqueBarcodeFormatIds`](batch-scan-settings.md#uniquebarcodeformatids)| If there exist duplicated barcodes, this option will be used to determine which barcodes are unique. |
16
+
There are three types of parameters for Batch Barcode Scanner. They are defined in JSON templates. Click the links to learn about the parameters in detail.
37
17
38
-
## CameraAndUITemplates Parameters
18
+
*[Parameters controlling the camera and UI](./camera-and-ui-settings.md)
19
+
*[Parameters controlling the batch scanning process](./batch-scan-settings.md)
20
+
*[Parameters controlling the barcode reading process](https://www.dynamsoft.com/barcode-reader/docs/core/parameters/structure-and-interfaces-of-parameters.html){:target="_blank"}
39
21
40
-
| Parameter | Description |
41
-
| --------- | ----------- |
42
-
|[`Name`](camera-and-ui-settings.md#name)| The name of the template. |
43
-
|[`CameraType`](camera-and-ui-settings.md#cameratype)| Specifies the camera for batch barcode scanning. It can be a AR camera or a physical camera. |
44
-
|[`ScanUIScenario`](camera-and-ui-settings.md#scanuiscenario)| Defines the scan UI by the scenario. |
45
-
|[`Resolution`](camera-and-ui-settings.md#resolution)| Specifies the resolution of the camera. |
46
-
|[`ScanDirection`](camera-and-ui-settings.md#scandirection)| Specifies the scan direction of the camera. It determines how the preview image is displayed. |
47
-
|[`ScanRegion`](camera-and-ui-settings.md#scanregion)| Specifies the scan region. It reduces the scan size to improve the speed and the accuracy. |
48
-
|[`BatchScanTemplateName`](camera-and-ui-settings.md#batchscantemplatename)| Specifies the `BatchScanTemplate` object required by this template for batch scanning with its name. |
49
-
50
-
## CaptureVisionTemplates
51
-
52
-
View in [Dynamsoft Barcode Reader docs](https://www.dynamsoft.com/barcode-reader/docs/core/parameters/structure-and-interfaces-of-parameters.html){:target="_blank"}
0 commit comments