You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to stop the processing without stopping the video. For that, I try using the Quagga.pause() function. It works.
But when I try Quagga.play() restarting the processing, I have the error play is not a function. Looking at the source, I did not find a play function.
Is it a way to restart the processing after pause()?
Thanks.
The text was updated successfully, but these errors were encountered:
start() calls startContinuousUpdate() which unsets the stopped variable that is set when pause() is called.
if I may ask, what sort of a use case are you using where you want to have the camera continue, but barcode processing stop? I'd like to understand if that's something i should take into account .
Hi,
I want to stop the processing without stopping the video. For that, I try using the
Quagga.pause()
function. It works.But when I try
Quagga.play()
restarting the processing, I have the errorplay is not a function
. Looking at the source, I did not find aplay
function.Is it a way to restart the processing after
pause()
?Thanks.
The text was updated successfully, but these errors were encountered: