summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/camera_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/camera_mode.h')
-rw-r--r--src/ipa/raspberrypi/controller/camera_mode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipa/raspberrypi/controller/camera_mode.h b/src/ipa/raspberrypi/controller/camera_mode.h
index 65888230..e2b82828 100644
--- a/src/ipa/raspberrypi/controller/camera_mode.h
+++ b/src/ipa/raspberrypi/controller/camera_mode.h
@@ -41,6 +41,8 @@ struct CameraMode {
libcamera::Transform transform;
// minimum and maximum fame lengths in units of lines
uint32_t min_frame_length, max_frame_length;
+ // sensitivity of this mode
+ double sensitivity;
};
#ifdef __cplusplus