Skip to content

Commit d7f9f46

Browse files
committed
Update camera-and-ui-settings.md
1 parent 1010ab2 commit d7f9f46

1 file changed

Lines changed: 3 additions & 25 deletions

File tree

parameters/camera-and-ui-settings.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@ The camera and UI settings are also available under `CameraAndUITemplates`
1717
{
1818
"Name": "CUT_Default",
1919
"CameraType": "CMT_DCE_WIDE_ANGLE",
20-
"ScanUIScenario": "Inventory",
2120
"ScanRegion":{
2221
"ScanRegionEnable": 0,
2322
"ScanRegionLeft": 0,
2423
"ScanRegionRight": 100,
2524
"ScanRegionTop": 0,
2625
"ScanRegionBottom": 100
2726
},
28-
"ScanDirection": "SD_LEFT_TO_RIGHT",
2927
"Resolution": "RESOLUTION_1080P",
30-
"PanoramaTemplateName": "Panorama"
28+
"BatchScanTemplateName": "BST_Stardard"
3129
}
3230
]
3331
}
@@ -38,10 +36,8 @@ The camera and UI settings are also available under `CameraAndUITemplates`
3836
| Parameter | Description |
3937
| --------- | ----------- |
4038
| [`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) |
4340
| [`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. |
4541
| [`ScanRegion`](#scanregion) | Specifies the scan region. It reduces the scan size to improve the speed and the accuracy. |
4642
| [`BatchScanTemplateName`](#batchscantemplatename) | Specifies the `BatchScanTemplate` object required by this template for batch scanning with its name. |
4743

@@ -51,7 +47,7 @@ The name of the template.
5147

5248
### CameraType
5349

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.
5551

5652
- CMT_AR_PLANE_PROJECTION
5753
- CMT_AR_FRAME_TRACE
@@ -61,31 +57,13 @@ Specifies the camera for batch barcode scanning. It can be a AR camera or a phys
6157

6258
DCE Camera: Supports auto-switching between Wide-Angle and Ultra-Wide-Angle camera.
6359

64-
### ScanUIScenario
65-
66-
Defines the scan UI by the scenario.
67-
68-
- "Inventory"
69-
- "TargetLookup"
70-
7160
### Resolution
7261

7362
Specifies the resolution of the camera.
7463

7564
- 3840x2160: Read-Rate first.
7665
- 1920x1080: Speed first.
7766

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-
8967
### ScanRegion
9068

9169
Specifies the scan region with a scan region object. It reduces the scan size to improve the speed and the accuracy.

0 commit comments

Comments
 (0)