HumanTracking class
人形追踪
Constructors
- HumanTracking(AICommand _command)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- humanTrackingEnable ↔ int
-
getter/setter pair
- humanTrackStatus ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getHumanTracking(
{int timeout = 5, HumanTrackCallBack? humanTrackCallBack}) → Future< bool> - 获取设备人形跟踪
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setHumanTracking(
int enable, {int timeout = 5}) → Future< bool> - 设置设备人形跟踪
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited