Update the gmsl capture script to use the format required by the latest max9286 driver version. Signed-off-by: Jacopo Mondi <jacopo@xxxxxxxxxx> --- gmsl-yavta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmsl-yavta.sh b/gmsl-yavta.sh index 0ec0560..6e15555 100755 --- a/gmsl-yavta.sh +++ b/gmsl-yavta.sh @@ -16,7 +16,7 @@ function conf() { IDX="$2" VIN="$3" - media-ctl -d $mdev -V "'$CSI':$IDX [fmt:UYVY8_2X8/1280x800 field:none]" + media-ctl -d $mdev -V "'$CSI':$IDX [fmt:UYVY8_1X16/1280x800 field:none]" mc_set_link "$CSI" $IDX "$VIN" 1 } -- 2.27.0