diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-19 14:07:28 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-19 14:07:28 +0200 |
commit | 03ce816f126b641f81cd66470ee7152ad8eeeb82 (patch) | |
tree | 53ceceb5b2ca4e6ddfbf50e47e22d190d7160967 /voctocore/default-config.ini | |
parent | 9d8de8cd6752676c3d44acaffb5aeb06537b2863 (diff) |
default to unscaled previews
Diffstat (limited to 'voctocore/default-config.ini')
-rw-r--r-- | voctocore/default-config.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index 663a853..79f5cb4 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -8,4 +8,6 @@ sources=cam1,cam2,grabber [previews] ; disable if ui & server run on the same computer and exchange uncompressed video frames enabled=true -videocaps=video/x-raw,width=1024,height=576,framerate=25/1 + +; default to mix-videocaps +;videocaps=video/x-raw,width=720,height=576,framerate=25/1 |