Skip to content

Support built-in camera microphone #2

@JosephXu2

Description

@JosephXu2

@ernestp When calling the UVC device's photo and video recording APIs without using system API calls, an error occurs: the local library "libUACAudio.so" is not found.Could you please tell me where to add "libUACAudio.so" locally, or is it missing?
java.lang.UnsatisfiedLinkError: dlopen failed: library "libUACAudio.so" not found
at java.lang.Runtime.loadLibrary0(Runtime.java:1090)
at java.lang.Runtime.loadLibrary0(Runtime.java:1012)
at java.lang.System.loadLibrary(System.java:1765)
at com.jiangdg.uac.UACAudio.(UACAudio.java:26)
at com.jiangdg.uac.UACAudioHandler$AudioThread.handleInitAudioRecord(UACAudioHandler.java:179)
at com.jiangdg.uac.UACAudioHandler.handleMessage(UACAudioHandler.java:129)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loopOnce(Looper.java:248)
at android.os.Looper.loop(Looper.java:338)
at com.jiangdg.uac.UACAudioHandler$AudioThread.run(UACAudioHandler.java:308)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions