Skip to content

Commit 3c5fab1

Browse files
authored
use 'ReadBarcodes_ReadRateFirst' in image reading
1 parent 7b9bb40 commit 3c5fab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello-world/read-an-image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1>Hello World (Read an Image)</h1>
4646

4747
for (let file of files) {
4848
// Decode selected image with 'ReadBarcodes_SpeedFirst' template.
49-
const result = await cvRouter.capture(file, "ReadBarcodes_SpeedFirst");
49+
const result = await cvRouter.capture(file, "ReadBarcodes_ReadRateFirst");
5050

5151
if (files.length > 1) {
5252
resultsContainer.innerText += `\n${file.name}:\n`;

0 commit comments

Comments
 (0)