[libcamera-devel,GIT,PULL] Raspberry Pi: Senor limits
mbox series

Message ID CAEmqJPrACWZTwu7j3pfUOwfzho2B435=hNzsUs86cTcV-2dqEA@mail.gmail.com
State Accepted
Headers show
Series
  • [libcamera-devel,GIT,PULL] Raspberry Pi: Senor limits
Related show

Pull-request

https://github.com/naushir/libcamera.git

Message

Naushir Patuck March 28, 2023, 12:04 p.m. UTC
The following changes since commit d942bdc913c5a7f0895bfcb0180db3f279be246e:

  libcamera: v4l2_device: openat(2) with O_CLOEXEC to cleanup after
exec(3) (2023-03-26 11:48:18 +0300)

are available in the Git repository at:

  https://github.com/naushir/libcamera.git

for you to fetch changes up to c2e1e4406adcc7ffcf8378ca1d430a369500a13b:

  ipa: raspberrypi: Fix default frame durations calculation
(2023-03-28 13:02:29 +0100)

----------------------------------------------------------------
Naushir Patuck (4):
      ipa: raspberrypi: Add sensor mode limits to CameraMode
      ipa: raspberrypi: Use the new sensor limits fields in CameraMode
      ipa: raspberrypi: Ensure shutter speed and gain are clipped in the AGC
      ipa: raspberrypi: Fix default frame durations calculation

 src/ipa/raspberrypi/controller/camera_mode.h | 10 +++++++++-
 src/ipa/raspberrypi/controller/rpi/agc.cpp   | 61
+++++++++++++++++++++++++++++++++++++++++++++----------------
 src/ipa/raspberrypi/controller/rpi/agc.h     |  5 +++--
 src/ipa/raspberrypi/raspberrypi.cpp          | 57
+++++++++++++++++++++++++++++----------------------------
 4 files changed, 86 insertions(+), 47 deletions(-)

Comments

Kieran Bingham March 28, 2023, 1:21 p.m. UTC | #1
Hi Naush,

Quoting Naushir Patuck (2023-03-28 13:04:11)
> The following changes since commit d942bdc913c5a7f0895bfcb0180db3f279be246e:
> 
>   libcamera: v4l2_device: openat(2) with O_CLOEXEC to cleanup after
> exec(3) (2023-03-26 11:48:18 +0300)
> 
> are available in the Git repository at:
> 
>   https://github.com/naushir/libcamera.git
> 
> for you to fetch changes up to c2e1e4406adcc7ffcf8378ca1d430a369500a13b:
> 
>   ipa: raspberrypi: Fix default frame durations calculation
> (2023-03-28 13:02:29 +0100)

Merged, but I had to rebase the patches and collect the tags which got
lost, I suspect when fixing the unused variable issue.

Handled and pushed.

--
Kieran


> 
> ----------------------------------------------------------------
> Naushir Patuck (4):
>       ipa: raspberrypi: Add sensor mode limits to CameraMode
>       ipa: raspberrypi: Use the new sensor limits fields in CameraMode
>       ipa: raspberrypi: Ensure shutter speed and gain are clipped in the AGC
>       ipa: raspberrypi: Fix default frame durations calculation
> 
>  src/ipa/raspberrypi/controller/camera_mode.h | 10 +++++++++-
>  src/ipa/raspberrypi/controller/rpi/agc.cpp   | 61
> +++++++++++++++++++++++++++++++++++++++++++++----------------
>  src/ipa/raspberrypi/controller/rpi/agc.h     |  5 +++--
>  src/ipa/raspberrypi/raspberrypi.cpp          | 57
> +++++++++++++++++++++++++++++----------------------------
>  4 files changed, 86 insertions(+), 47 deletions(-)