-
Notifications
You must be signed in to change notification settings - Fork 29
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
infrared UVC not showing #30
Comments
Hi, I have updated the repo with UYVY support. Pls try out the repo again and report your results. Thx, Peter |
why ndk error show? it not occur in earlier version |
I'm going to solve this issue. It's because I included the libuvc library, but something isn't working as it should. |
when will you solve? |
Hi, can you plz attach the log from the ndk build failure. |
Caused by: com.android.builder.errors.EvalIssueException: [CXX1405] error when building with ndkBuild using B:\XXX\Android-UVC-Camera-master\Android-UVC-Camera-master\app\src\main\jni\Android.mk: Build command failed. Caused by: org.gradle.process.internal.ExecException: Process 'command 'E:\XXXX\24.0.8215888/ndk-build.cmd'' finished with non-zero exit value 2 |
In the apps build.gradle file following ndk version is devined: ndkVersion "21.1.6352462" try to get ndk build tool 21.1.6352462 I also had error when I used newer build tools. |
i think same happen because i tried too on that version earlier |
Hm, Thx, Peter |
Hi, I changed the native Build System from NDK to CMake. You can try it again now. |
infrared UVC not showing
The text was updated successfully, but these errors were encountered: