Hi,
I tried the v4l2-ctl command, but nothing was showing on when i entered the command. I got some error from dmesg:
For command “v4l2-ctl --device 0 --set-fmt-video=width=1920,height=1080,pixelformat=GB10 --set-ctrl bypass_mode=0 --stream-mmap
”, errors are:
[ +10.371052] bwmgr API not supported
[Apr17 14:46] imx715 9-001a: imx715_check_unsupported_mode: selected mode is not supported with RAW10, switching to default
[ +0.063593] bwmgr API not supported
[ +0.159416] tegra-camrtc-capture-vi tegra-capture-vi: corr_err: discarding frame 1, flags: 0, err_data 39845984
[ +0.033327] tegra-camrtc-capture-vi tegra-capture-vi: corr_err: discarding frame 2, flags: 0, err_data 39845984
[ +0.033331] tegra-camrtc-capture-vi tegra-capture-vi: corr_err: discarding frame 3, flags: 0, err_data 39845984
[ +0.033329] tegra-camrtc-capture-vi tegra-capture-vi: corr_err: discarding frame 4, flags: 0, err_data 39845984
For command “v4l2-ctl --device 1 --set-fmt-video=width=1920,height=1080,pixelformat=GB10 --set-ctrl bypass_mode=0 --stream-mmap”, the errors are:
[ +1.739582] bwmgr API not supported
[Apr17 14:48] imx715 10-001a: imx715_check_unsupported_mode: selected mode is not supported with RAW10, switching to default
[ +0.063919] bwmgr API not supported
[ +0.142813] tegra-camrtc-capture-vi tegra-capture-vi: corr_err: discarding frame 1, flags: 0, err_data 131072
[ +0.017236] tegra-camrtc-capture-vi tegra-capture-vi: corr_err: discarding frame 2, flags: 0, err_data 262144
[ +0.017235] tegra-camrtc-capture-vi tegra-capture-vi: corr_err: discarding frame 3, flags: 0, err_data 262144
[ +0.034456] tegra-camrtc-capture-vi tegra-capture-vi: corr_err: discarding frame 5, flags: 0, err_data 131072
When I set the resolution to “--set-fmt-video=width=3864,height=2192
”, the unsupported mode error has gone, but those “tegra-capture-vi” errors are still there.
Best,
Wenhai.