KingsMentor / MobileVisionBarcodeScanner

Barcode Scanner powered by Mobile Vision Api
http://belvi.xyz/posts/Mobile-Vision-Barcode-Scanner
MIT License
540 stars 109 forks source link

stop camera preview in background thread #53

Closed zapploft closed 6 years ago

zapploft commented 6 years ago

This is to reduce lag when navigating away from the barcode capture fragment. Access to the camera in CameraSource is synchronized, so it should be thread safe.