[libcamera-devel,0/3] Raspberry Pi: support imx378 sensor
mbox series

Message ID 20210721115220.5090-1-david.plowman@raspberrypi.com
Headers show
Series
  • Raspberry Pi: support imx378 sensor
Related show

Message

David Plowman July 21, 2021, 11:52 a.m. UTC
Hi

This small patch set mostly just adds a tuning file for the imx378
(which is so similar to the imx477 that they can share a driver and
CamHelper). There are just a couple of preliminary patches to fix some
minor bit-rot in the tuning tool.

Thanks!
David

David Plowman (3):
  utils: raspberrypi: ctt: Fix namespace for sklearn NearestCentroid
    function
  utils: raspberrypi: ctt: Fix usage of findHomography function
  ipa: raspberrypi: Add support for imx378 sensor

 src/ipa/raspberrypi/data/imx378.json         | 338 +++++++++++++++++++
 src/ipa/raspberrypi/data/meson.build         |   1 +
 utils/raspberrypi/ctt/ctt_macbeth_locator.py |   4 +-
 utils/raspberrypi/ctt/ctt_tools.py           |   2 +-
 4 files changed, 342 insertions(+), 3 deletions(-)
 create mode 100644 src/ipa/raspberrypi/data/imx378.json

Comments

Laurent Pinchart Aug. 2, 2021, 12:45 a.m. UTC | #1
Hi David,

On Wed, Jul 21, 2021 at 12:52:17PM +0100, David Plowman wrote:
> Hi
> 
> This small patch set mostly just adds a tuning file for the imx378
> (which is so similar to the imx477 that they can share a driver and
> CamHelper). There are just a couple of preliminary patches to fix some
> minor bit-rot in the tuning tool.

I'll merge 2/3 and 3/3 as soon as my tests complete. For 1/3, there's an
open question regarding documentation of the minimum sklearn version.

> David Plowman (3):
>   utils: raspberrypi: ctt: Fix namespace for sklearn NearestCentroid
>     function
>   utils: raspberrypi: ctt: Fix usage of findHomography function
>   ipa: raspberrypi: Add support for imx378 sensor
> 
>  src/ipa/raspberrypi/data/imx378.json         | 338 +++++++++++++++++++
>  src/ipa/raspberrypi/data/meson.build         |   1 +
>  utils/raspberrypi/ctt/ctt_macbeth_locator.py |   4 +-
>  utils/raspberrypi/ctt/ctt_tools.py           |   2 +-
>  4 files changed, 342 insertions(+), 3 deletions(-)
>  create mode 100644 src/ipa/raspberrypi/data/imx378.json