@@ -2766,6 +2767,11 @@ public class CameraController2 extends CameraController {
Log.d(TAG,"zoom_ratio_range not supported");
}
}
catch(AssertionErrore){
// have had this crash from characteristics.get(CameraCharacteristics.CONTROL_ZOOM_RATIO_RANGE) on Google Play for some older Samsung Galaxy A* and Nokia devices
MyDebug.logStackTrace(TAG,"failed to CONTROL_ZOOM_RATIO_RANGE",e);