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
While i'm minimize my application (on_pause, zbarcam.play = False ) and open some camera application, then i'm go back again open my application (on_resume, zbarcam.play = True).
Zbarcam can't start camera service again and camera zbarcam in my application is still freeze.
Any fix for this issue?
Thank You
The text was updated successfully, but these errors were encountered:
you can start and stop the detector from zbarcam. you need a object from the class ZBarCam and this object has the attribute start and stop. so you can start and stop it with: object.stop, object.start
While i minimize my application , it will release/destroy the existing camera and then if i'm open camera again it's re-intialize zbarcam without load .kv ZBarCam again
I have a issue with zbarcam on android.
While i'm minimize my application (on_pause, zbarcam.play = False ) and open some camera application, then i'm go back again open my application (on_resume, zbarcam.play = True).
Zbarcam can't start camera service again and camera zbarcam in my application is still freeze.
Any fix for this issue?
Thank You
The text was updated successfully, but these errors were encountered: