MotorCommand class

云台指令

Constructors

MotorCommand(CameraCommand _command)

Properties

hashCode int
The hash code for this object.
no setterinherited
presetCruiseLinePointsData ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configCameraSensorGuard(int index, {int timeout = 5}) Future<bool>
deletePresetLocation(int index, {int timeout = 5}) Future<bool>
down({int timeout = 5}) Future<bool>
getPresetCruiseLinePoints({int timeout = 5}) Future<bool>
left({int timeout = 5}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ptzCorrect({int timeout = 5}) Future<bool>
setPresetLocation(int index, {int timeout = 5}) Future<bool>
startCircleLoop({int timeout = 5}) Future<bool>
startDown({int? currBinocular, int? motorSpeed, int timeout = 5}) Future<bool>
startLeft({int? currBinocular, int? motorSpeed, int timeout = 5}) Future<bool>
startLeftAndRight({int timeout = 5}) Future<bool>
startPolylineLoop({int timeout = 5}) Future<bool>
startPresetCruise({int timeout = 5}) Future<bool>
startRight({int? currBinocular, int? motorSpeed, int timeout = 5}) Future<bool>
startUp({int? currBinocular, int? motorSpeed, int timeout = 5}) Future<bool>
startUpAndDown({int timeout = 5}) Future<bool>
startUpAndDownLoop({int timeout = 5}) Future<bool>
stopDown({int timeout = 5}) Future<bool>
stopLeft({int timeout = 5}) Future<bool>
stopLeftAndRight({int timeout = 5}) Future<bool>
stopPresetCruise({int timeout = 5}) Future<bool>
stopRight({int timeout = 5}) Future<bool>
stopUp({int timeout = 5}) Future<bool>
stopUpAndDown({int timeout = 5}) Future<bool>
toPresetLocation(int index, {int timeout = 5}) Future<bool>
toString() String
A string representation of this object.
inherited
up({int timeout = 5}) Future<bool>

Operators

operator ==(Object other) bool
The equality operator.
inherited