Update 2024-12-23 13:03 OpenBSD/amd64-t14
This commit is contained in:
4
.bin/cam
4
.bin/cam
@@ -12,12 +12,12 @@ do
|
||||
s|start) shift; _start=1 ;;
|
||||
k|kill|stop) shift; _stop=1 ;;
|
||||
l|list) shift; _list=1 ;;
|
||||
30) shift; _fps="-framerate 30" ;;
|
||||
60) shift; _fps="-framerate 60" ;;
|
||||
raw) shift; _format="-input_format yuyv422" ;;
|
||||
fullhd) shift; _res="-video_size 1920x1080" ;;
|
||||
hd) shift; _res="-video_size 1280x720" ;;
|
||||
sd) shift; _res="-video_size 640x360" ;;
|
||||
30) shift; _fps="-framerate 30" ;;
|
||||
60) shift; _fps="-framerate 60" ;;
|
||||
max) shift; _res="max" ;;
|
||||
[0-9]*x[0-9]*) shift; _res="-video_size $arg" ;;
|
||||
[0-9]) shift; _dev="$arg" ;;
|
||||
|
||||
Reference in New Issue
Block a user