finalintn_zoom_one=n_steps/20+1;// if min_zoom < 1.0f and max_zoom > 1.0f, then how often to repeat the 1.0x zoom (so the seekbar for zoom is "sticky")
if(MyDebug.LOG){
Log.d(TAG,"n_steps: "+n_steps);
Log.d(TAG,"scale_factor: "+scale_factor);
}
camera_features.zoom_ratios=newArrayList<>();
@@ -2586,34 +2580,56 @@ public class CameraController2 extends CameraController {