jiangdongguo / AndroidUSBCamera

🔥🔥🔥Flexible and useful UVC camera engine on Android platform, supporting multi-road cameras!

Home Page:https://juejin.cn/post/7115229806844706847

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recording error

thisdcw opened this issue · comments

I encountered an error while using the recording function:
UACAudioHandler new failed, Class java.lang.Class<com.jiangdg.uac.UACAudioHandler$AudioThread> cannot access private method void com.jiangdg.uac.UACAudioHandler.<init>(com.jiangdg.uac.UACAudioHandler$AudioThread) of class java.lang.Class<com.jiangdg.uac.UACAudioHandler>
it still shows start recording,at this time ,I run function captureVideoStop(),show error like this:

 release media muxer failed, err = Failed to stop the muxer
 java.lang.IllegalStateException: Failed to stop the muxer

who can help me,thank you