Open janoonaj opened 5 years ago
1, Use NDK-14b to compile 2, Check if Zoom Control(UVC feature) is enabled("dumpControls" function in UVCCamera.java) 3, Check if you can get the ZoomMin/ZoomMax value. 4, Try to set zoom value like setZoom(getZoom()+1);
Any update on the same ? Anyone got its solution
Hello; I am trying to implement zooming and UVCCamera.setZoom(int) does nothing.
getZoom() always returns 0
I have seen this thread (#367) but the solution provided can't be implemented. It is using classes and interfaces that are not on master branch.
Did somebody figure out how to fiz the zoom?
Thanks