imageStabilization property

  1. @JsonKey(name: '@ImageStabilization', fromJson: OnvifUtil.stringToBool)
bool imageStabilization
final

Indicates whether or not Image Stabilization feature is supported. The use of this capability is deprecated, a client should use GetOption to find out if image stabilization is supported.

Implementation

@JsonKey(name: '@ImageStabilization', fromJson: OnvifUtil.stringToBool)
final bool imageStabilization;