Skip to content

libjpeg-turbo1500.so not found (common-4.1.1 and 2.12.4) #730

@janeSmith99221

Description

@janeSmith99221

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions