diff options
-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 |