saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.99k stars 1.2k forks source link

I want to know difference between libuvccommon, usbCameraCommon library and usbCameraCommon-release library included in OpenCVwithUVC project. #466

Open superbream opened 5 years ago

superbream commented 5 years ago

Hello, I am currently handling a project involving several USB connections. The problem is, when I initially downloaded this project, It didn't work-It compiled perfectly but It crashed when opening the app. Then I could find the OpenCVwithUVC project,, then make it work. I got Idea from this and changed libuvccommon and usbCameraCommon library into usbCameraCommon-release and libuvccommon-release which was included in OpenCVwithUVC project. That made Original UVCcamera application work perfectly in my newest android phone! The problem is, I am currently dealing with several simultaneous usb connections, therefore I think I have to touch Usb attaching part of the library. However, released library is compiled into aar file, therefore I cannot reach it. Since I cannot make the application work by included library, I have to use released library or modify the original one to work like released one. What is the difference between libuvccommon,usbCameraCommon and libuvccommon-release,usbCameraCommon-release,?