Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion barcode-reader/web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Welcome! Browse the sections below for answers to common questions, configuratio

## Scan Settings

- [Difference between BarcodeReader and BarcodeScanner](scan-setting/difference-between-barcodeReader-and-barcodeScanner.html)
- [Difference between BarcodeReader and BarcodeScanner(V9 and below)](scan-setting/difference-between-barcodeReader-and-barcodeScanner.html)
- [Difference between BestSpeed and BestCoverage](scan-setting/difference-between-bestspeed-and-bestcoverage.html)
- [Differences between Full and Compact Editions](scan-setting/differences-between-full-and-compact-editions.html)
- [Differences between updateScanSettings, updateVideoSettings, and updateRuntimeSettings](scan-setting/differences-between-updateScanSettings-updateVideoSettings-and-updateRuntimeSettings.html)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ needAutoGenerateSidebar: false

[<< Back to FAQ index](index.md)

**_NOTE:_** - This is for version 9 or lower of barcode reader sdk
### **_NOTE:_** - This FAQ applies to Barcode Reader SDK version 9 or earlier. For the current version, please refer to our latest version introduction [here](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/).

No, as each offers a different functionality than the other. The `BarcodeReader` class is used to decode static images (via one of the [decode\*](https://www.dynamsoft.com/barcode-reader/docs/v9/web/programming/javascript/api-reference/BarcodeReader.html#decode) methods) and does not have the ability to open the camera stream and decode barcodes directly from the video stream.

Expand Down
Loading