You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gets an error when selecting any camera on the Stats tab.
************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at WindowsFormsApp2.Shell.UpdateTimeline()
at WindowsFormsApp2.Shell.comboBox1_SelectedIndexChanged_1(Object sender, EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I have found out that my time format is HH.mm.ss and the code expects HH:mm:ss, so it splits on the wrong delimiter.
Using v1.65
The text was updated successfully, but these errors were encountered:
classObject
added a commit
to classObject/bi-aidetection
that referenced
this issue
Sep 21, 2020
Gets an error when selecting any camera on the Stats tab.
I have found out that my time format is HH.mm.ss and the code expects HH:mm:ss, so it splits on the wrong delimiter.
Using v1.65
The text was updated successfully, but these errors were encountered: