aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2021-09-22 15:58:58 +0200
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2021-09-22 15:58:58 +0200
commit7136ae654580edbc587d6a61348a662f7798a69e (patch)
treecac0ecf86b398fd8152474c679fd02c855d3ab37
parentd691f76a726671005b3b665ada429aea3dd4e55c (diff)
downloadv4l-utils-7136ae654580edbc587d6a61348a662f7798a69e.tar.gz
test-media: missed one scaler config line
There was one other place where the scaler had to be configured. Add this. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-rwxr-xr-xcontrib/test/test-media1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/test/test-media b/contrib/test/test-media
index a2d422f9..6e7a30fd 100755
--- a/contrib/test/test-media
+++ b/contrib/test/test-media
@@ -452,6 +452,7 @@ if [ $vimc -eq 1 -a $setup -eq 0 ]; then
media-ctl -d platform:vimc -V '"Debayer A":0[fmt:SBGGR8_1X8/640x480]'
media-ctl -d platform:vimc -V '"Sensor B":0[fmt:SBGGR8_1X8/640x480]'
media-ctl -d platform:vimc -V '"Debayer B":0[fmt:SBGGR8_1X8/640x480]'
+ media-ctl -d platform:vimc -V '"Scaler":1[fmt:RGB888_1X24/1920x1440]'
$v4l2_ctl -z platform:vimc -d "RGB/YUV Capture" -v width=1920,height=1440
$v4l2_ctl -z platform:vimc -d "Raw Capture 0" -v pixelformat=BA81
$v4l2_ctl -z platform:vimc -d "Raw Capture 1" -v pixelformat=BA81