-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update/fix UVCCamera to support minSdkVersion=30 targetSdkVersion=34 #709
base: master
Are you sure you want to change the base?
Conversation
hthetiot
commented
Sep 14, 2024
•
edited
Loading
edited
- Fix "latest" support minSdkVersion=30 targetSdkVersion=34
- remove android-support-v4
- add github action build
- fix checkPermissionWriteExternalStorage on targetSdkVersion 30+
- add gradle/wrapper/gradle-wrapper.jar
- backport Fix crash when Android target SDK > 27 Fix crash when Android target SDK > 27 #591
- fix Fix stopPreview() crash (ca35f0f)
- fix usbdevice.getSerialNumber on > 28
…rror on JAVA version above 20
收到了,谢谢!
|
commit 5b26a6d should be "update .idea to android studio 17+" sorry. |
Full automated build via CI with lint passing https://github.com/hthetiot/UVCCamera/actions/runs/10863906501/job/30148593612#step:6:1957 |
Fixed crash when Android target SDK > 27
Fixed text in ndk.dir from `path to Android SDK on your storage` to `path to Android NDK on your storage`
This comment was marked as off-topic.
This comment was marked as off-topic.
Hi, @hthetiot, I've tried running some of the UsbCameraTest projects from your PR/repo but camera preview or video recording didn't work at all on multiple Android 14/12 devices that I tested. Which JDK, SDK and NDK versions did you use? |