About the active_v can not less than 32 issue?

hi,
when I set the active_v=24, and I can find the value change 32 though v4l2-ctl --all command.
is the soc limited?

Remove below code in the …/kernel/nvidia/drivers/media/platform/tegra/camera/vi/channel.c to verify.

*height = clamp(*height, TEGRA_MIN_HEIGHT, TEGRA_MAX_HEIGHT);
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.