master
logchan 2020-02-13 14:13:33 -05:00
parent d7c90c22a4
commit 1c8d328dbe
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace chuni_hands {
private const string ConfigFile = "chuni-hands.json";
private VideoCapture _capture;
private readonly List<Sensor> _sensors = new List<Sensor>(5);
private readonly List<Sensor> _sensors = new List<Sensor>(6);
private readonly Mat _mat = new Mat();
private byte[] _matData = new byte[0];
private bool _hasPendingReset = false;