|
HeadControllerIsTracking Property
|
Gets a value indicating whether this instance is
actually tracking an object in the video stream.
Namespace:
Accord.Controls.Vision
Assembly:
Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax [BrowsableAttribute(false)]
public bool IsTracking { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property IsTracking As Boolean
Get
Request Example
View SourceProperty Value
Type:
Booleantrue if this instance is tracking; otherwise,
false.
See Also