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
Update
i found that is issue caused when use targetSdkVersion 29
In some devices i faced this issue in both versions (3.4.3 and 3.5.5-alpha) that i cannot capture any photos or video i got those errors in log but the camera opened correctly
and the exception passed to addCameraErrorListener is UnsupportedOperationException
No supported camera found for facing 1 Failed to open camera with id 'default'
and note that the permissions required for opening the camera and storage is enabled
Expected behavior
i can capture the photos or videos
Using ProGuard
with ProGuard
without ProGuard
Device :
Device: [Xiaomi A2 & One plus 7 pro]
OS: [Android 10]
App version [3.5.5-alpha & 3.4.3]
API 29
Branch Name (if using as a local module)
master
development
release
other (please specify)
The text was updated successfully, but these errors were encountered:
AhmedMousa7
changed the title
Access denied finding property "vendor.camera.aux.packagelist"
UnsupportedOperationException No supported camera found for facing 1
Jun 11, 2020
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Update
i found that is issue caused when use targetSdkVersion 29
In some devices i faced this issue in both versions (3.4.3 and 3.5.5-alpha) that i cannot capture any photos or video i got those errors in log but the camera opened correctly
and the exception passed to
addCameraErrorListener
is UnsupportedOperationExceptionNo supported camera found for facing 1 Failed to open camera with id 'default'
and note that the permissions required for opening the camera and storage is enabled
Expected behavior
i can capture the photos or videos
Using ProGuard
Device :
Branch Name (if using as a local module)
The text was updated successfully, but these errors were encountered: