|
HeadControllerIsRunning Property
|
Gets a value indicating whether this instance
is currently processing and sending events.
Namespace:
Accord.Controls.Vision
Assembly:
Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax public bool IsRunning { get; }
Public ReadOnly Property IsRunning As Boolean
Get
Request Example
View SourceProperty Value
Type:
Booleantrue if this instance is processing
and sending events; otherwise,
false.
Implements
IVideoSourceIsRunningSee Also