Skip to content

Commit 062d215

Browse files
committed
new draft of first scan
1 parent e992fa7 commit 062d215

8 files changed

Lines changed: 45 additions & 32 deletions

File tree

app/guide/first-scan.md

Lines changed: 22 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,52 +13,44 @@ noTitleIndex: true
1313

1414
Follow these steps to perform a basic batch barcode scan.
1515

16-
## 1. Log In
16+
1. Open your app and you will see the following page.
1717

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).
18+
![home](/assets/images/guide/home.jpg){:width="215"}
19+
20+
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.
2021

22+
![fov start](/assets/images/guide/fov-start.jpg){:width="215"} ![fov initial result](/assets/images/guide/fov-initial-decoding-result.jpg){:width="215"}
2123

22-
## 2. (Optional) Select a Scenario
24+
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.
2325

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.
26+
![fov live](/assets/images/guide/fov-live.jpg){:width="215"}
2527

26-
If customized scanning scenarios are available for your account, they will appear on the home screen after login.
27-
Tap the desired scenario to open its dedicated scanning workspace.
28+
Barcodes would be highlighted in different colors:
2829

29-
<div align="left">
30-
<img src="assets/multi-scenarios.png" width="25%">
31-
</div>
30+
* Already recognized: green.
31+
* Newly recognized: light blue.
3232

33-
## 3. Start Scanning
33+
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.
3434

35-
<div align="left">
36-
<img src="assets/start.png" width="5%">
37-
</div>
35+
![fov second decoding result](/assets/images/guide/fov-second-decoding-result.jpg){:width="215"}
3836

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

41-
- Move the device to cover different areas.
42-
- Move closer to any barcode that isn’t recognized.
39+
![fov result](/assets/images/guide/fov-result.jpg){:width="215"}
4340

44-
<div align="left">
45-
<img src="assets/stop.png" width="5%">
46-
</div>
4741

48-
Tap the **`Stop`** button to pause scanning. When paused, you can:
42+
There are many export options:
4943

50-
- Add images from the album to enhance the current scan results.
51-
- Tap **`Start`** again to resume.
44+
* Save to local folder
45+
* Save to OneDrive
46+
* Share to third-party apps
5247

5348
> [!NOTE]
54-
> The **Add Image** and **Continue** features are not supported when using the AR camera.
49+
> The export feature requires login.
5550
51+
## More Scanning Modes
52+
53+
Continue reading to learn other advanced scanning modes: [Three Scanning Modes](/app/guide/three-modes.md)
5654

57-
## 4. Finish Scanning
5855

59-
When you’re done, you can:
6056

61-
- **Export** – Save a CSV file of the results and a panoramic image.
62-
- **Save** – Store the current scan results for later viewing in **History**.
63-
- **View History** – Open previously saved results.
64-
- **Reset** – Clear the current session to start a new scan.

app/guide/three-modes.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
11
---
22
layout: default-layout
3-
title: Three Modes
3+
title: Three Scanning Modes
44
keywords: guide, first scan
5-
breadcrumbText: Start Your First Scan
5+
breadcrumbText: Three Scanning Modes
66
description: This page introduces how to perform a basic batch barcode scan.
77
needAutoGenerateSidebar: true
88
needGenerateH3Content: true
99
noTitleIndex: true
1010
---
1111

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.
29+
30+
## Scan & Snap
31+
32+
## Panorama
621 KB
Loading

assets/images/guide/fov-live.jpg

567 KB
Loading

assets/images/guide/fov-result.jpg

655 KB
Loading
645 KB
Loading

assets/images/guide/fov-start.jpg

555 KB
Loading

assets/images/guide/home.jpg

246 KB
Loading

0 commit comments

Comments
 (0)