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'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.
The text was updated successfully, but these errors were encountered:
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 usesonDetected()
for detection,onDetected()
will use the detected results from the previousdecodeSingle()
results.The text was updated successfully, but these errors were encountered: