[libcamera-devel,v2,0/5] libcamera: Calculate expoure time limits
mbox series

Message ID 20201228165600.53987-1-jacopo@jmondi.org
Headers show
Series
  • libcamera: Calculate expoure time limits
Related show

Message

Jacopo Mondi Dec. 28, 2020, 4:55 p.m. UTC
The previous version was named "libcamera: Register CameraSensor controls"
which is part of what this series does, but the real thing is calculating the
exposure time limits (which if validated here, I shall report to Android too).

Mostly just added Paul's tags and fixed a s/max/def he spotted (thanks).

Sending out for completeness as the sensor database series depends on this
one too.

Thanks
   j


Jacopo Mondi (5):
  libcamera: camera_sensor: Validate driver support
  libcamera: camera_sensor: Initialize controls
  libcamera: camera_sensor: Rename controls() method
  libcamera: camera_sensor: Add controls() method
  libcamera: ipu3: Register sensor controls

 include/libcamera/internal/camera_sensor.h |   6 +-
 src/libcamera/camera_sensor.cpp            | 161 +++++++++++++++++++--
 src/libcamera/pipeline/ipu3/ipu3.cpp       |   7 +-
 src/libcamera/pipeline/rkisp1/rkisp1.cpp   |   2 +-
 src/libcamera/pipeline/vimc/vimc.cpp       |   4 +-
 5 files changed, 165 insertions(+), 15 deletions(-)

--
2.29.2