-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
MVC/View/Application/View.cs:214:
void Sensor_ColorFrameAvailable(object sender, Model.Sensor.ColorImageFrameEventArgs e)
{
if (InvokeRequired)
{
>>> Invoke(new MethodInvoker(delegate { _show_liveview_frame(e.Frame); }));
}
else
{
_show_liveview_frame(e.Frame);
}
}
Something is Disposed :(