v4l2 typo

tis
Jeff Moe 2022-08-21 20:13:30 -06:00
parent b0f3c8ec16
commit b19c7deb73
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# 2x2 binning
# 10 fps
VIDDEV=video0
VIDDEV=/dev/video0
set -x
@ -44,7 +44,7 @@ v4l2-ctl -d $VIDDEV -c trigger_mask_time_us=0 # min=0 max=1000000 step=1 default
v4l2-ctl -d $VIDDEV -c trigger_noise_suppression_time=0 # min=0 max=1000000 step=1 default=0
v4l2-ctl -d $VIDDEV -c auto_functions_roi_control=1 # bool, default=1
v4l2-ctl -d $VIDDEV -c auto_functions_roi_left=0 # min=0 max=1904 step=1 default=0
v4l2-ctl -d $VIDDEV -c auto_functions_roi_top=0 min=0 max=1184 step=1 default=0
v4l2-ctl -d $VIDDEV -c auto_functions_roi_top=0 # min=0 max=1184 step=1 default=0
v4l2-ctl -d $VIDDEV -c auto_functions_roi_width=0 # min=16 max=1920 step=1 default=0
v4l2-ctl -d $VIDDEV -c auto_functions_roi_height=0 # min=16 max=1200 step=1 default=0
v4l2-ctl -d $VIDDEV -c flip_horizontal=0 # bool, default=0