absolutePanTiltPositionSpace property

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

The Generic Pan/Tilt Position space is provided by every PTZ node that supports absolute Pan/Tilt, since it does not relate to a specific physical range. Instead, the range should be defined as the full range of the PTZ unit normalized to the range -1 to 1 resulting in the following space description.

Implementation

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