flutter_scalable_ocr icon indicating copy to clipboard operation
flutter_scalable_ocr copied to clipboard

Android camera does not continue scanning after the app resumes from background

Open billylo1 opened this issue 8 months ago • 0 comments

Using the example app on Android, the camera preview would stop after the app is put into background and resumed.

Logcat shows a camera error. Any thoughts on how to correct this? Thx.

D/PipelineManager(12505): OCR process succeeded via visionkit pipeline.
I/eenlabs.medscan(12505): Background concurrent mark compact GC freed 420KB AllocSpace bytes, 20(33MB) LOS objects, 75% free, 19MB/76MB, paused 3.502ms,20.641ms total 540.105ms
I/Camera  (12505): open | onError
I/Camera  (12505): close
I/Camera  (12505): open | onClosed

billylo1 avatar Feb 23 '25 00:02 billylo1