When I set the zoom in e.g. RtmpCamera2 I cannot zoom out as far as I can with the built-in camera app on my Galaxy S10 with Android 9.
When I get the cameraIdList from the CameraManager, I get four cameras. So I think that it could be either that the library should use another camera for zooming out more (and the library now only uses the first back (or front) camera it finds), or zooming should not only set the SCALER_CROP_REGION, but also LENS_FOCAL_LENGTH for optical zoom, or perhaps both.
When I set the zoom in e.g. RtmpCamera2 I cannot zoom out as far as I can with the built-in camera app on my Galaxy S10 with Android 9.
When I get the cameraIdList from the CameraManager, I get four cameras. So I think that it could be either that the library should use another camera for zooming out more (and the library now only uses the first back (or front) camera it finds), or zooming should not only set the SCALER_CROP_REGION, but also LENS_FOCAL_LENGTH for optical zoom, or perhaps both.