continuousPanTiltVelocitySpace property

  1. @JsonKey(name: 'ContinuousPanTiltVelocitySpace', fromJson: _fromJson2D)
List<Space2D>? continuousPanTiltVelocitySpace
final

The generic Pan/Tilt velocity space shall be provided by every PTZ node, since it does not relate to a specific physical range. Instead, the range should be defined as a range of the PTZ unit’s speed normalized to the range -1 to 1, where a positive velocity would map to clockwise rotation or movement in the right/up direction. A signed speed can be independently specified for the pan and tilt component resulting in the following space description.

Implementation

@JsonKey(name: 'ContinuousPanTiltVelocitySpace', fromJson: _fromJson2D)
final List<Space2D>? continuousPanTiltVelocitySpace;