saki4510t / UVCCamera

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

Has UVCCamera dependency on LibCommon library? #465

Open laheller opened 5 years ago

laheller commented 5 years ago

Hi @saki4510t @wf9a5m75 @alexey-pelykh @w-shackleton @bryant1410

I am trying to bring this library to the Xamarin ecosystem by simply binding the AAR. Result is a Xamarin library (a DLL file) which can be referenced from Xamarin.Android projects. But my test application is always generating runtime errors and I figured out that there are classes which are coming from another library LibCommon placed in this repository. So my question is really that is also LibCommon library required?

Best Regards, Ladislav