mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-07-22 19:52:10 +00:00
--(fake-)resolution instead of --(fake-)width/height
This commit is contained in:
@@ -22,8 +22,7 @@ start_instance() {
|
||||
options="$options --device-timeout='`getcfg device_timeout 5`'"
|
||||
options="$options --input='`getcfg input 0`'"
|
||||
|
||||
options="$options --width='`getcfg width 640`'"
|
||||
options="$options --height='`getcfg height 480`'"
|
||||
options="$options --resolution='`getcfg resolution 640x480`'"
|
||||
options="$options --format='`getcfg format YUYV`'"
|
||||
options="$options --quality='`getcfg quality 80`'"
|
||||
options="$options --desired-fps='`getcfg desired_fps 0`'"
|
||||
|
||||
Reference in New Issue
Block a user