Click or drag to resize
Accord.NET (logo)

AsyncVideoSourceVideoSourceError Event

Video source error event.

Namespace:  Accord.Video
Assembly:  Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
public event VideoSourceErrorEventHandler VideoSourceError
Request Example View Source

Value

Type: Accord.VideoVideoSourceErrorEventHandler

Implements

IVideoSourceVideoSourceError
Remarks

This event is used to notify clients about any type of errors occurred in video source object, for example internal exceptions.

Note Note
Unlike NewFrame event, this event is simply redirected to the corresponding event of the NestedVideoSource, so it is fired from the thread of the nested video source.

See Also