-
Notifications
You must be signed in to change notification settings - Fork 16
[BUG] Camera not recognized on Android 10 #68
Comments
Got some useful info from the app log output:
|
Also found issues with DeviceFilter:
|
After fixing the device filter - no changes in the camera recognition. Seems it's an issue with getting proper right to access the camera device. |
The example of getting access to USB device looks not changed: https://developer.android.com/guide/topics/connectivity/usb/host |
Just checked - it's related to the issue: https://github.com/saki4510t/UVCPermissionTest
Switching AndroidManifest.xml from |
Ok, fixed issues with building of Qt 5.12.3 on the modern QtCreator and in docker using keystore to sign the packages... Tested binary on Samsung S10 - updated wiki. Need to test on the other devices tomorrow. |
Wow, google market requires target platform 28... Right now it's showing the next error during uploading the 27 target:
|
Created ticket about the issue - hopefully google will help, because I see no good solution to fix the issue right now: https://issuetracker.google.com/issues/151390487 |
Get into the sources of android - but still nothing... Found another bug was created by the guys: https://issuetracker.google.com/issues/145082934 |
The patch was already prepared for android: https://android-review.googlesource.com/c/platform/frameworks/base/+/1193928 Not sure when it will be applied though... |
Actually, looks like the patch was applied in android-10.0.0_r30 |
Just tested target sdk 29 on Pixel 4 with latest security patch (March 5, 2020) - the camera recognized properly. Awaiting for S10 update to close the ticket. |
Just updated my Samsung S10 (Exynos) to G973FXXS5CTD1_G973FOXM5CTD1_SER - and the camera was recognized correctly. Hopefully for the other ones, who faced this issue with Android 10 and USB devices - their support issued an update too. |
Looks like Samsung Galaxy Note 10+ still not received the patch... Owners can check |
So security patches are not related to the AOSP (android base) patches: https://issuetracker.google.com/issues/145082934#comment26 So basically android patches have 2 levels and if your manufacturer did not updated the android base - than your usb3 camera will not work even if you have the latest security patch. |
Looks like I was wrong - the entire Samsung S10 and S10+ models are now working right now (previously I thought S10 got the fixes). The only good workaround is to build the apk with modified AndroidManifest.xml (change |
Just installed the latest firmware: 28 Aug 2020 G973FXXU8DTH7 G973FOXM8DTH7 SER - and looks like it's working with |
Issue description:
Camera device is not recognized during connection to Android 10 host.
Environment:
Steps to reproduce:
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: