imageStabilization property
- @JsonKey(name: '@ImageStabilization', fromJson: OnvifUtil.stringToBool)
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;