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

只是用UVCCamera,关闭之后一直是-99

RebornWolfman opened this issue · comments

commented

2 libusb/usbfs com.remo.obsbot.live E [15902android_usbfs.c:1776:release_interface]:release interface failed, error -1 errno 22
2024-01-30 20:03:01.234 15349-15902 UVCCamera com.remo.obsbot.live E [15902
UVCCamera.cpp:177:connect]:could not open camera:err=-99

if (null != mUsbDeviceConnection) {
mUsbDeviceConnection.close();
mUsbDeviceConnection = null;
}

    if (null != mUVCCamera) {
        mUVCCamera.destroy();
        mUVCCamera = null;
    }

释放代码