serratus/quaggaJS

Quagga onDetected() uses detected results from decodeSingle()

allenhe77 opened this issue · 0 comments

I'm making an app scanner that uses both Live Stream and static images.

I'm running into a trouble where if there's detected results from decodeSingle(), and then I open up live stream which uses onDetected() for detection, onDetected() will use the detected results from the previous decodeSingle() results.