Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: media: imx477: Set horizontal binning when disabling the scaler #5685

Merged
merged 1 commit into from
Oct 30, 2023

Commits on Oct 27, 2023

  1. drivers: media: imx477: Set horizontal binning when disabling the scaler

    The horizontal scaler has been disabled but actually the sensor is not
    binning horizontally, resulting in images that are stretched 2x
    horizontally (missing the right half of the field of view completely).
    
    Therefore we must additionally set the horizontal binning mode. There
    is only marginal change in output quality and noise levels.
    
    Signed-off-by: David Plowman <[email protected]>
    Fixes: f075893 ("drivers: media: imx477: Disable the scaler")
    davidplowman committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ccf1586 View commit details
    Browse the repository at this point in the history