summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libcamera/internal/camera_sensor.h2
-rw-r--r--include/libcamera/internal/v4l2_device.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/libcamera/internal/camera_sensor.h b/include/libcamera/internal/camera_sensor.h
index 3fa3a419..2a5c51a1 100644
--- a/include/libcamera/internal/camera_sensor.h
+++ b/include/libcamera/internal/camera_sensor.h
@@ -68,6 +68,8 @@ public:
const ControlList &properties() const { return properties_; }
int sensorInfo(CameraSensorInfo *info) const;
+ void updateControlInfo();
+
protected:
std::string logPrefix() const override;
diff --git a/include/libcamera/internal/v4l2_device.h b/include/libcamera/internal/v4l2_device.h
index 087f07e7..5ba9b23b 100644
--- a/include/libcamera/internal/v4l2_device.h
+++ b/include/libcamera/internal/v4l2_device.h
@@ -42,6 +42,8 @@ public:
int setFrameStartEnabled(bool enable);
Signal<uint32_t> frameStart;
+ void updateControlInfo();
+
protected:
V4L2Device(const std::string &deviceNode);
~V4L2Device();