[libcamera-devel,GIT,PULL] Raspberry Pi: Various tidyups
mbox series

Message ID CAEmqJPp2FetDaejjnJoSjpPjgaLN_hGEFT-mReh1_LpxpfHVkw@mail.gmail.com
State Accepted
Headers show
Series
  • [libcamera-devel,GIT,PULL] Raspberry Pi: Various tidyups
Related show

Pull-request

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

Message

Naushir Patuck June 19, 2023, 10:37 a.m. UTC
The following changes since commit 9c666075f3e8886217a4c557a6a59112a139e98f:

  libcamera: camera_sensor: Adjust properties::Rotation (2023-06-19
10:58:12 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 1f607da926e182cd63db9d1f748aa0af34592c98:

  libcamera: meson: Allow PH to change libcamera_deps (2023-06-19
11:31:36 +0100)

----------------------------------------------------------------
Naushir Patuck (3):
      ipa: rpi: agc: Do not switch to a default if a mode is unavailable
      pipeline: rpi: Do not return an error from pipeline config file handling
      libcamera: meson: Allow PH to change libcamera_deps

 src/ipa/rpi/controller/rpi/agc.cpp                  | 27
++++++++++-----------------
 src/libcamera/meson.build                           |  4 +++-
 src/libcamera/pipeline/rpi/common/pipeline_base.cpp | 10 ++++++----
 3 files changed, 19 insertions(+), 22 deletions(-)

Comments

Kieran Bingham June 19, 2023, noon UTC | #1
Hi Naush,

Quoting Naushir Patuck (2023-06-19 11:37:04)
> The following changes since commit 9c666075f3e8886217a4c557a6a59112a139e98f:
> 
>   libcamera: camera_sensor: Adjust properties::Rotation (2023-06-19
> 10:58:12 +0200)
> 
> are available in the Git repository at:
> 
>   https://github.com/naushir/libcamera.git
> 
> for you to fetch changes up to 1f607da926e182cd63db9d1f748aa0af34592c98:

Merged at https://git.libcamera.org/libcamera/libcamera.git/commit/?id=1f607da926e182cd63db9d1f748aa0af34592c98

Thanks.

Kieran


> 
>   libcamera: meson: Allow PH to change libcamera_deps (2023-06-19
> 11:31:36 +0100)
> 
> ----------------------------------------------------------------
> Naushir Patuck (3):
>       ipa: rpi: agc: Do not switch to a default if a mode is unavailable
>       pipeline: rpi: Do not return an error from pipeline config file handling
>       libcamera: meson: Allow PH to change libcamera_deps
> 
>  src/ipa/rpi/controller/rpi/agc.cpp                  | 27
> ++++++++++-----------------
>  src/libcamera/meson.build                           |  4 +++-
>  src/libcamera/pipeline/rpi/common/pipeline_base.cpp | 10 ++++++----
>  3 files changed, 19 insertions(+), 22 deletions(-)