diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/src/camera/camera_options_widget.dart b/thermion_flutter/thermion_flutter/lib/src/widgets/src/camera/camera_options_widget.dart index dd850f8b..249786bc 100644 --- a/thermion_flutter/thermion_flutter/lib/src/widgets/src/camera/camera_options_widget.dart +++ b/thermion_flutter/thermion_flutter/lib/src/widgets/src/camera/camera_options_widget.dart @@ -51,7 +51,7 @@ class _CameraOptionsWidgetState extends State { } Future _set() async { - await widget.camera.setCameraExposure( + await widget.camera.setExposure( double.parse(_apertureController.text), double.parse(_speedController.text), double.parse(_sensitivityController.text));