Alexander Hendrich 10 年之前
父节点
当前提交
cd61df193f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      bbiwarg/Parameters.cs

+ 2 - 2
bbiwarg/Parameters.cs

@@ -19,11 +19,11 @@ namespace bbiwarg
     class Parameters
     {
         // input
-        public static readonly InputType InputSource = InputType.Movie;
+        public static readonly InputType InputSource = InputType.Camera;
         public static readonly String InputMoviePath = "..\\..\\videos\\touch\\4.skv";
 
         // Logger
-        public static readonly LogSubject LogLevel = LogSubject.Timer;
+        public static readonly LogSubject LogLevel = LogSubject.None;
         public static readonly int ConsoleWidth = 90;
         public static readonly int ConsoleHeight = 30;