updateAutoExpSettings method
Implementation
Future<void> updateAutoExpSettings() async {
final autoExpSettings = TxAutoExpSettings(
meteringIndex: meteringIndex,
exposure: exposure,
exposureSpeed: exposureSpeed,
shutterLimit: shutterLimit,
analogGainLimit: analogGainLimit,
whiteBalanceSpeed: whiteBalanceSpeed,
rgbGainLimit: rgbGainLimit,
);
await frame!.sendMessage(0x0e, autoExpSettings.pack());
}