Skip to content

AppCrash on close #3

@florian0

Description

@florian0
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 :(

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions