relativePanTiltTranslationSpace property

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

The Generic Pan/Tilt translation space is provided by every PTZ node that supports relative Pan/Tilt, since it does not relate to a specific physical range. Instead, the range should be defined as the full positive and negative translation range of the PTZ unit normalized to the range -1 to 1, where positive translation would mean clockwise rotation or movement in right/up direction resulting in the following space description.

Implementation

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