Rabit
Rabit
Got some useful info from the app log output: ``` D Handy3DScanner: onDeviceConnected D Handy3DScanner: onUsbPermission D Handy3DScanner: permission denied for device UsbDevice[mName=/dev/bus/usb/002/002,mVendorId=32902,mProductId=2771,mClass=239,mSubclass=2,mProtocol=1,mManufacturerName=Intel(R) RealSense(TM) Depth Camera 415 ,mProductName=Intel(R) RealSense(TM) Depth...
Also found issues with DeviceFilter: ``` 03-13 00:15:47.707 5717 6433 D UsbHostManager: USB device attached: vidpid 8086:0ad3 mfg/product/ver/serial Intel(R) RealSense(TM) Depth Camera 415 /Intel(R) RealSense(TM) Depth Camera 415 /50.111/821413025395 hasAudio/HID/Storage:...
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 > * target SDK version > | | UVC, has CAMERA permission | UVC, has no CAMERA permission | other USB...
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...
Wow, google market requires target platform 28... Right now it's showing the next error during uploading the 27 target: ``` Upload failed Your app currently targets API level 27 and...
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...