You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
142 B
4 lines
142 B
5 years ago
|
#!/usr/bin/env sh
|
||
|
media-ctl -d /dev/media1 --set-v4l2 '"ov5640 3-004c":0[fmt:UYVY8_2X8/1280x720]'
|
||
|
mpv --video-rotate=90 av://v4l2:/dev/video1
|