diff options
author | Devaev Maxim <[email protected]> | 2018-07-12 01:51:51 +0000 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-12 02:10:19 +0000 |
commit | cd0ce2d6bef69975d713f55eeba24abe379e4f25 (patch) | |
tree | 4721056581198fa6fa3096c3011d8f002532088f /kvmd/configs | |
parent | ee404dff352ccb32dd663d27e45b7ed43c3cbd39 (diff) |
using PAL for correct resolution
Diffstat (limited to 'kvmd/configs')
-rw-r--r-- | kvmd/configs/kvmd/v1.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/configs/kvmd/v1.yaml b/kvmd/configs/kvmd/v1.yaml index 71d361e8..75a1a5b6 100644 --- a/kvmd/configs/kvmd/v1.yaml +++ b/kvmd/configs/kvmd/v1.yaml @@ -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" |