frameRateLimit property
- @JsonKey(name: 'FrameRateLimit', fromJson: OnvifUtil.doubleMappedFromXml)
final
Desired frame rate in fps. The actual rate may be lower due to e.g. performance limitations.
Implementation
@JsonKey(
name: 'FrameRateLimit',
fromJson: OnvifUtil.doubleMappedFromXml,
)
final double frameRateLimit;