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: app/guide/first-scan.md
+22-30Lines changed: 22 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,52 +13,44 @@ noTitleIndex: true
13
13
14
14
Follow these steps to perform a basic batch barcode scan.
15
15
16
-
## 1. Log In
16
+
1.Open your app and you will see the following page.
17
17
18
-
A valid account is required to use the app.
19
-
If your account doesn’t have access to **Dynamsoft Batch Barcode Scanner**, or you don’t yet have an account, you can request one through the [demo request form](https://www.dynamsoft.com/use-cases/batch-barcode-scanning/#request-demo-form).
2. Enter Field of View (FOV) Scanning mode, press the shutter button to capture a photo to start scanning. It will show the decoding result of the photo captured. Press "Retake" to scan more barcodes.
3. After pressing "Retake", the app will reenter the live capturing interface, with the previous decoding result displayed at the lower left. Barcodes recognized from camera frames will be highlighted.
23
25
24
-
If you have different customized scenarios, they will be displayed on the front page after logging in. After clicking the scenario you want to scan, you will be directed to the working page customized for this scenario.
4. Press the shutter button again. The app will take another photo and try decoding. The recognized barcodes (from the photo as well as camera frames) will be drawn on this last captured photo.
34
34
35
-
<divalign="left">
36
-
<img src="assets/start.png" width="5%">
37
-
</div>
35
+
{:width="215"}
38
36
39
-
Tap the **`Start`** button to begin scanning. While scanning, you can:
37
+
5. Press "Done" to enter the result viewing page. You can view the whole image with recognized barcodes, verify the result and save the result.
40
38
41
-
- Move the device to cover different areas.
42
-
- Move closer to any barcode that isn’t recognized.
description: This page introduces how to perform a basic batch barcode scan.
7
7
needAutoGenerateSidebar: true
8
8
needGenerateH3Content: true
9
9
noTitleIndex: true
10
10
---
11
11
12
+
# Three Scanning Modes
13
+
14
+
The app provides three core scanning modes, each tailored for different workflows:
15
+
16
+
-**FOV (Field of View) Mode (Default)**
17
+
18
+
Results are drawn on the final captured photo. The app highlights all successfully decoded barcodes directly on that image – perfect for post-scan verification.
19
+
20
+
-**Scan & Snap Mode**
21
+
22
+
An improved version where a reference photo is taken beforehand. During the scanning process, only barcodes that exist within the pre-captured image are highlighted. Any codes appearing outside the original frame are ignored – ideal for fixed‑area inventory tracking.
23
+
24
+
-**Panorama Mode**
25
+
26
+
A more addvanced mode which stitches multiple photos into a single composite image. Best for codes extending beyond a single camera frame.
27
+
28
+
We've introduced the usage of the FOV Mode. Let's learn how to use the two extra modes.
0 commit comments