[libcamera-devel,v2,0/4] Add SensorTemperature control
mbox series

Message ID 20220624073528.26670-1-naush@raspberrypi.com
Headers show
Series
  • Add SensorTemperature control
Related show

Message

Naushir Patuck June 24, 2022, 7:35 a.m. UTC
Hi,

Version 2 of this patch changes the following:
- Use std::optional for the DeviceStatus::sensor_temperature field.
- Add a new drive-by patch (4/4) that switches other fields in DeviceStatus to
also use std::optional.

Regards,
Naush

Naushir Patuck (4):
  libcamera: controls: Add SensorTemperature control
  ipa: raspberrypi: Add sensor temperature to DeviceStatus
  ipa: raspberrypi: imx477: Get sensor temperature from embedded data
  ipa: raspberrypi: Use std::optional in DeviceStatus

 src/ipa/raspberrypi/cam_helper.cpp              |  8 +++++---
 src/ipa/raspberrypi/cam_helper_imx477.cpp       |  5 ++++-
 .../raspberrypi/controller/device_status.cpp    | 17 +++++++++++++----
 src/ipa/raspberrypi/controller/device_status.h  | 12 +++++++-----
 src/ipa/raspberrypi/controller/rpi/lux.cpp      |  5 ++---
 src/ipa/raspberrypi/raspberrypi.cpp             |  2 ++
 src/libcamera/control_ids.yaml                  | 10 ++++++++++
 7 files changed, 43 insertions(+), 16 deletions(-)