Browse Source

one exception a day..."

Florian Mueller 7 years ago
parent
commit
631862650e
2 changed files with 7 additions and 0 deletions
  1. BIN
      .vs/bbiwarg/v14/.suo
  2. 7 0
      bbiwarg/Input/InputProviding/InputProviderIntel.cs

BIN
.vs/bbiwarg/v14/.suo


+ 7 - 0
bbiwarg/Input/InputProviding/InputProviderIntel.cs

@@ -112,6 +112,13 @@ namespace BBIWARG.Input.InputProviding
                     Console.WriteLine("Camera caused corrupted process state.");
                     errorstate = true;
                 }
+                catch (Exception)
+                {
+                    Console.WriteLine("Camera Thread crashed.");
+                    errorstate = true;
+                }
+                
+
 
                 
             }