[libcamera-devel,v9,0/3] raspberrypi: FPS control
mbox series

Message ID 20201216112202.5063-1-naush@raspberrypi.com
Headers show
Series
  • raspberrypi: FPS control
Related show

Message

Naushir Patuck Dec. 16, 2020, 11:21 a.m. UTC
Hi,

I've rebased these changes to the top of tree in this version.  There are no code changes over v8.

Thanks,
Naush


Naushir Patuck (3):
  libcamera: controls: Add frame duration control
  libcamera: raspberrypi: Add control of sensor vblanking
  ipa: raspberrypi: config: Update shutter speeds for imx219/477 and
    ov5647

 include/libcamera/ipa/raspberrypi.h           |  1 +
 src/ipa/raspberrypi/cam_helper.cpp            | 35 ++++++++++++++-
 src/ipa/raspberrypi/cam_helper.hpp            | 15 ++++++-
 src/ipa/raspberrypi/cam_helper_imx219.cpp     | 13 +++++-
 src/ipa/raspberrypi/cam_helper_imx477.cpp     | 11 ++++-
 src/ipa/raspberrypi/cam_helper_ov5647.cpp     | 11 ++++-
 src/ipa/raspberrypi/data/imx219.json          | 15 ++++++-
 src/ipa/raspberrypi/data/imx477.json          | 15 ++++++-
 src/ipa/raspberrypi/data/ov5647.json          | 15 ++++++-
 src/ipa/raspberrypi/raspberrypi.cpp           | 45 ++++++++++++++++---
 src/libcamera/control_ids.yaml                | 40 +++++++++++++++++
 .../pipeline/raspberrypi/raspberrypi.cpp      |  3 +-
 12 files changed, 199 insertions(+), 20 deletions(-)