continuousZoomVelocitySpace property

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

The generic zoom velocity space specifies a zoom factor velocity without knowing the underlying physical model. The range should be normalized from -1 to 1, where a positive velocity would map to TELE direction. A generic zoom velocity space description resembles the following.

Implementation

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