[libcamera-devel,GIT,PULL] Flicker avoidance changes
mbox series

Message ID CAEmqJPqQYE6ZUfJC4u4O5Xa+d5Fg9D-MJ83r9iM_Xqy5-4-1zw@mail.gmail.com
State Accepted
Headers show
Series
  • [libcamera-devel,GIT,PULL] Flicker avoidance changes
Related show

Pull-request

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

Message

Naushir Patuck July 25, 2023, 9:22 a.m. UTC
The following changes since commit cd7d917a04e252023f85afcf49e8c9ca1ee99838:

  libcamera: rpi: pipeline_base: Cache sensor format (2023-07-24 11:38:15 +0200)

are available in the Git repository at:

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

for you to fetch changes up to a2eadc40a78f73410d2dcf76a24313a83a1c51c8:

  ipa: rpi: common: Handle AEC/AGC flicker controls (2023-07-25 10:21:11 +0100)

----------------------------------------------------------------
David Plowman (2):
      libcamera: controls: Add controls for AEC/AGC flicker avoidance
      ipa: rpi: common: Handle AEC/AGC flicker controls

 src/ipa/rpi/common/ipa_base.cpp | 64
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/ipa/rpi/common/ipa_base.h   |  6 ++++++
 src/libcamera/control_ids.yaml  | 90
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------
 3 files changed, 142 insertions(+), 18 deletions(-)

Comments

Kieran Bingham July 25, 2023, 9:38 a.m. UTC | #1
Hi Naush,

Quoting Naushir Patuck via libcamera-devel (2023-07-25 10:22:29)
> The following changes since commit cd7d917a04e252023f85afcf49e8c9ca1ee99838:
> 
>   libcamera: rpi: pipeline_base: Cache sensor format (2023-07-24 11:38:15 +0200)
> 
> are available in the Git repository at:
> 
>   https://github.com/naushir/libcamera.git
> 
> for you to fetch changes up to a2eadc40a78f73410d2dcf76a24313a83a1c51c8:
> 
>   ipa: rpi: common: Handle AEC/AGC flicker controls (2023-07-25 10:21:11 +0100)
> 
> ----------------------------------------------------------------
> David Plowman (2):
>       libcamera: controls: Add controls for AEC/AGC flicker avoidance
>       ipa: rpi: common: Handle AEC/AGC flicker controls

Merged, Thanks.

--
Kieran


> 
>  src/ipa/rpi/common/ipa_base.cpp | 64
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>  src/ipa/rpi/common/ipa_base.h   |  6 ++++++
>  src/libcamera/control_ids.yaml  | 90
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------
>  3 files changed, 142 insertions(+), 18 deletions(-)