瀏覽代碼

disable cam preview by default

David 10 年之前
父節點
當前提交
4fa3099151
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      camera1/cam-to-udp.sh

+ 1 - 1
camera1/cam-to-udp.sh

@@ -23,7 +23,7 @@ h=600
 roi="roi-x=0.00 roi-y=0 roi-w=1.00 roi-h=1.00"
 
 novideo="-n"
-PREVIEW=""
+PREVIEW="preview=0"
 
 while [ $# -gt 0 ]; do
 	if [ "$1" == "proj" ]; then