We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 006e552 + 3c5fab1 commit f847f70Copy full SHA for f847f70
hello-world/read-an-image.html
@@ -46,7 +46,7 @@ <h1>Hello World (Read an Image)</h1>
46
47
for (let file of files) {
48
// Decode selected image with 'ReadBarcodes_SpeedFirst' template.
49
- const result = await cvRouter.capture(file, "ReadBarcodes_SpeedFirst");
+ const result = await cvRouter.capture(file, "ReadBarcodes_ReadRateFirst");
50
51
if (files.length > 1) {
52
resultsContainer.innerText += `\n${file.name}:\n`;
0 commit comments