I\'m new in Android Camera2 API. I just move my all project to the new Camera2 API. I have used the Camera2Basic example as a starting point.
I\'m now trying handle
Need to add captureBuilder.set(CaptureRequest.SCALER_CROP_REGION, zoom); to the captureStillPicture() method.
captureBuilder.set(CaptureRequest.SCALER_CROP_REGION, zoom);
captureStillPicture()