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/camera-and-ui-settings.md
+3-25Lines changed: 3 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,15 @@ The camera and UI settings are also available under `CameraAndUITemplates`
17
17
{
18
18
"Name": "CUT_Default",
19
19
"CameraType": "CMT_DCE_WIDE_ANGLE",
20
-
"ScanUIScenario": "Inventory",
21
20
"ScanRegion":{
22
21
"ScanRegionEnable": 0,
23
22
"ScanRegionLeft": 0,
24
23
"ScanRegionRight": 100,
25
24
"ScanRegionTop": 0,
26
25
"ScanRegionBottom": 100
27
26
},
28
-
"ScanDirection": "SD_LEFT_TO_RIGHT",
29
27
"Resolution": "RESOLUTION_1080P",
30
-
"PanoramaTemplateName": "Panorama"
28
+
"BatchScanTemplateName": "BST_Stardard"
31
29
}
32
30
]
33
31
}
@@ -38,10 +36,8 @@ The camera and UI settings are also available under `CameraAndUITemplates`
38
36
| Parameter | Description |
39
37
| --------- | ----------- |
40
38
|[`Name`](#name)| The name of the template. |
41
-
|[`CameraType`](#cameratype)| Specifies the camera for batch barcode scanning. It can be a AR camera or a physical camera. |
42
-
|[`ScanUIScenario`](#scanuiscenario)| Defines the scan UI by the scenario. |
39
+
|[`CameraType`](#cameratype)| Specifies the camera for batch barcode scanning. It can be a AR camera or a physical camera. (Only valid for iOS) |
43
40
|[`Resolution`](#resolution)| Specifies the resolution of the camera. |
44
-
|[`ScanDirection`](#scandirection)| Specifies the scan direction of the camera. It determines how the preview image is displayed. |
45
41
|[`ScanRegion`](#scanregion)| Specifies the scan region. It reduces the scan size to improve the speed and the accuracy. |
46
42
|[`BatchScanTemplateName`](#batchscantemplatename)| Specifies the `BatchScanTemplate` object required by this template for batch scanning with its name. |
47
43
@@ -51,7 +47,7 @@ The name of the template.
51
47
52
48
### CameraType
53
49
54
-
Specifies the camera for batch barcode scanning. It can be a AR camera or a physical camera.
50
+
Specifies the camera for batch barcode scanning. It can be a AR camera or a physical camera. It is only valid for iOS.
55
51
56
52
- CMT_AR_PLANE_PROJECTION
57
53
- CMT_AR_FRAME_TRACE
@@ -61,31 +57,13 @@ Specifies the camera for batch barcode scanning. It can be a AR camera or a phys
61
57
62
58
DCE Camera: Supports auto-switching between Wide-Angle and Ultra-Wide-Angle camera.
63
59
64
-
### ScanUIScenario
65
-
66
-
Defines the scan UI by the scenario.
67
-
68
-
- "Inventory"
69
-
- "TargetLookup"
70
-
71
60
### Resolution
72
61
73
62
Specifies the resolution of the camera.
74
63
75
64
- 3840x2160: Read-Rate first.
76
65
- 1920x1080: Speed first.
77
66
78
-
### ScanDirection
79
-
80
-
Specifies the scan direction. It determines how the preview image is displayed.
81
-
82
-
Available values:
83
-
84
-
- "SD_LEFT_TO_RIGHT"
85
-
- "SD_RIGHT_TO_LEFT"
86
-
- "SD_TOP_TO_BOTTOM"
87
-
- "SD_BOTTOM_TO_TOP"
88
-
89
67
### ScanRegion
90
68
91
69
Specifies the scan region with a scan region object. It reduces the scan size to improve the speed and the accuracy.
0 commit comments