absoluteZoomPositionSpace property

  1. @JsonKey(name: 'AbsoluteZoomPositionSpace', fromJson: _fromJson1D)
List<Space1D>? absoluteZoomPositionSpace
final

The Generic Zoom Position Space is provided by every PTZ node that supports absolute Zoom, since it does not relate to a specific physical range. Instead, the range should be defined as the full range of the Zoom normalized to the range 0 (wide) to 1 (tele). There is no assumption about how the generic zoom range is mapped to magnification, FOV or other physical zoom dimension.

Implementation

@JsonKey(name: 'AbsoluteZoomPositionSpace', fromJson: _fromJson1D)
final List<Space1D>? absoluteZoomPositionSpace;