mode property
Exposure Mode
- Auto - Enabled the exposure algorithm on the NVT.
- Manual - Disabled exposure algorithm on the NVT.
- enum { 'AUTO', 'MANUAL' }
Implementation
@JsonKey(name: 'Mode', fromJson: OnvifUtil.mappedToString)
final String mode;
Exposure Mode
@JsonKey(name: 'Mode', fromJson: OnvifUtil.mappedToString)
final String mode;