Skip to content

Commit ec765ef

Browse files
committed
Update README.md
1 parent 12ef66f commit ec765ef

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

5.others/debug/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@ It's a sample aim to:
44

55
1. Print verbose logs to better assist in problem solving.
66
2. Check whether your device and browser are compatible with the camera, and to what extent.
7-
3. Save the decoded picture for analysis.
7+
3. Collect the video frames for analysis.
88

9-
## Quick Debug
9+
*Quick Debug*: https://dynamsoft.github.io/barcode-reader-javascript-samples/5.others/debug/public/index.html
1010

11-
https://dynamsoft.github.io/barcode-reader-javascript-samples/5.others/debug/public/index.html
12-
13-
# Collect runtime images for debugging
11+
## Collect the video frames for analysis
1412

1513
When you encounter unreadable barcodes via a video input, you can use this sample to take a few sample frames to share with the Dynamsoft Support Team for debugging purposes.
1614

1715
Since the video is usually playing on mobile devices, having these frames uploaded to a self-hosted local server is most convenient, the following shows how to use the sample.
1816

19-
## Set up a local server
17+
### Set up a local server
2018

2119
We make use of the web server that comes with [Express](https://expressjs.com/).
2220

@@ -34,7 +32,7 @@ We defined the web server logic in the file "app.js", to start it, run the follo
3432

3533
Note that we have enabled SSL on this server at the port 4443.
3634

37-
## Use the sample page
35+
### Use the sample page
3836

3937
Once the server is up and running, open the page on the device that will do the barcode reading. The URL for the sample is "https://{your-local-ip}:4443/". For example, suppose your ip is 192.168.1.1, the site can be visited at https://192.168.1.1:4443/.
4038

0 commit comments

Comments
 (0)