diff --git a/chuni-hands/MainWindow.xaml.cs b/chuni-hands/MainWindow.xaml.cs index d69a443..7b7e45d 100644 --- a/chuni-hands/MainWindow.xaml.cs +++ b/chuni-hands/MainWindow.xaml.cs @@ -15,7 +15,7 @@ namespace chuni_hands { private const string ConfigFile = "chuni-hands.json"; private VideoCapture _capture; - private readonly List _sensors = new List(5); + private readonly List _sensors = new List(6); private readonly Mat _mat = new Mat(); private byte[] _matData = new byte[0]; private bool _hasPendingReset = false;