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