-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
I’m trying to use UVCCamera and getting a native library load error.
I tried common-4.1.1 and also common-2.12.4, but both give the same crash.
Code:
System.loadLibrary("jpeg-turbo1500");
System.loadLibrary("usb100");
System.loadLibrary("uvc");
System.loadLibrary("UVCCamera");
Error:
dlopen failed: library "libjpeg-turbo1500.so" not found
dlopen failed: library "usb100.so" not found
dlopen failed: library "libuvc.so" not found
dlopen failed: library "libUVCCamera.so" not found
What I checked
I looked inside both AAR files → libjpeg-turbo1500.so is missing.
Other .so files are also incomplete depending on ABI.
Please help with:
What is the correct library to load instead of jpeg-turbo1500?
Was this library removed from newer AAR builds?
Is there a working AAR with all .so files included?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels