Open RaphaelMcledger opened 2 years ago
Describe the bug timeBetweenScansMillis is not working with BrowserMultiFormatReader
To Reproduce I use vuejs
import { BrowserMultiFormatReader } from '@zxing/library' const codeReader = new BrowserMultiFormatReader (null, 1000) codeReader.decodeFromVideoDevice( undefined, this.$refs.scanner, (res) => { console.log(res) } )
Expected behavior console.log(res) should appear every 1000 milliseconds
Screenshots
Desktop (please complete the following information):
Stale issue message
Describe the bug timeBetweenScansMillis is not working with BrowserMultiFormatReader
To Reproduce I use vuejs
Expected behavior console.log(res) should appear every 1000 milliseconds
Screenshots
Desktop (please complete the following information):