[libcamera-devel] [PATCH v4 0/4] Add SensorTemperature control

Naushir Patuck naush at raspberrypi.com
Wed Jun 29 10:57:18 CEST 2022


Hi,

The only change in this version is using the suggested std::optional::value_or()
function instead of the ternary operator in lux.cpp.

Thanks,
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      |  4 +---
 src/ipa/raspberrypi/raspberrypi.cpp             |  2 ++
 src/libcamera/control_ids.yaml                  | 10 ++++++++++
 7 files changed, 42 insertions(+), 16 deletions(-)

-- 
2.25.1



More information about the libcamera-devel mailing list