using PAL for correct resolution

This commit is contained in:
Devaev Maxim 2018-07-12 01:51:51 +00:00
parent ee404dff35
commit cd0ce2d6be
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ kvmd:
cmd:
- "/usr/bin/mjpg_streamer"
- "-i"
- "input_uvc.so -d /dev/kvmd-streamer -e 2 -y -n -r {width}x{height}"
- "input_uvc.so -d /dev/kvmd-streamer -e 2 -t pal -y -n -r {width}x{height}"
- "-o"
- "output_http.so -l localhost -p 8082"

View File

@ -36,8 +36,8 @@ kvmd:
shutdown_delay: 10.0
size:
width: 720
height: 576
width: 800
height: 600
cmd:
- "/usr/bin/mjpg_streamer"