What package are you using for UVC Cameras?
Closed this issue · 2 comments
Just to confirm that you are using https://github.com/shiyinghan/UVCAndroid to implement UVC Cameras. The package I'm currently using is broken, there were updates in dependencies and the maintainer didn't update.
Also could you point to the UVC Source example?
Hello,
Yes, I'm using that library. Currently you have the code example in the rotation example. You can change to UVCCameraSource using the top-right button menu:
https://github.com/pedroSG94/RootEncoder/blob/master/app/src/main/java/com/pedro/streamer/rotation/RotationActivity.kt#L95
https://github.com/pedroSG94/RootEncoder/blob/master/app/src/main/java/com/pedro/streamer/rotation/RotationActivity.kt#L138
An user reported problems depend of the camera device so maybe you need modify camera parameters set to work properly like in this case:
#1622 (reply in thread)
Great thanks!