Skip to content

Commit dcc7771

Browse files
authored
Update difference-between-barcodeReader-and-barcodeScanner.md
1 parent 6dbaaae commit dcc7771

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

programming/javascript/faq/difference-between-barcodeReader-and-barcodeScanner.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ needAutoGenerateSidebar: false
99
# What is the difference between the BarcodeReader class and the BarcodeScanner class? Can they be used interchangeably?
1010

1111
[<< Back to FAQ index](index.md)
12+
1213
**_NOTE:_** - This is for version 9 or lower of barcode reader sdk
1314
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/web/programming/javascript/api-reference/BarcodeReader.html#decode-barcodes) methods) and does not have the ability to open the camera stream and decode barcodes directly from the video stream.
1415

0 commit comments

Comments
 (0)