dm77 / barcodescanner

Barcode Scanner Libraries for Android
Other
5.46k stars 1.43k forks source link

Camera Permission Issue #513

Closed RiKarc closed 4 years ago

RiKarc commented 4 years ago

When starting the demo app (for the first time) and pressing the continious scan button, the activity is launched but the permission is not given nor requested so the camera view stays black. This issue is due to the fact that in the continious scan you are not using the CaptureManager. Could you please update the Sample project to fix this?