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
Under the new permissions model you have to request access to the camera at runtime. The sample app doesn't do this. So in order to make it work you have to compile it on API 22 instead of API 23 for use on Android 6.0+
I am not sure if the library works under the new permissions model, as I only tested the sample app.
The text was updated successfully, but these errors were encountered:
Thanks, yes, update for demo app is planned.
Regarding the library - it does not deal with the permissions requesting as this is out of CAMView level. The requests/checks needs to be done at the activity level. However some helper class or similar will be added to simplify this task
I am having the same issue with an App I'm developing.
So I was wondering if there was any news on this issue and/or if you guys could suggest a work around?
@Mithrandir21 It's all documented here. It's quite simple to follow actually. I personally believe that this isn't something that should be implemented by the CamView library.
Under the new permissions model you have to request access to the camera at runtime. The sample app doesn't do this. So in order to make it work you have to compile it on API 22 instead of API 23 for use on Android 6.0+
I am not sure if the library works under the new permissions model, as I only tested the sample app.
The text was updated successfully, but these errors were encountered: