CameraX/Camera2 API + PreviewView does not show the same field of view as equivalent zoom in default Camera App
Summary This postmortem analyzes why a CameraX/Camera2 + PreviewView pipeline on a Pixel 7 shows a narrower field of view (FOV) than the stock Google Camera app, even when using the same lens, aspect ratio, and zoom level. The issue stems from sensor crop regions, stream configuration limits, and PreviewView scaling behavior, all of which … Read more