[libcamera-devel,v3,0/2] Fix CameraSensor::sensorInfo by updating VBLANK ControlInfo
mbox series

Message ID 20210505135308.1404-1-david.plowman@raspberrypi.com
Headers show
Series
  • Fix CameraSensor::sensorInfo by updating VBLANK ControlInfo
Related show

Message

David Plowman May 5, 2021, 1:53 p.m. UTC
Hi everyone

Thanks for all the reviews and suggestions.

This latest revision takes all those on board but is otherwise
unchanged.

Best regards
David

David Plowman (2):
  libcamera: camera_sensor: Fix frame lengths calculated by sensorInfo()
  libcamera: pipeline: raspberrypi: Update ControlInfos after sensor
    format change

 include/libcamera/internal/camera_sensor.h    |  2 +
 include/libcamera/internal/v4l2_device.h      |  2 +
 src/libcamera/camera_sensor.cpp               | 32 +++++++++++++++-
 .../pipeline/raspberrypi/raspberrypi.cpp      |  7 ++++
 src/libcamera/v4l2_device.cpp                 | 37 +++++++++++++++++++
 5 files changed, 79 insertions(+), 1 deletion(-)