| Message ID | 20260722-mira220-v1-0-1006a4cbd2a8@ideasonboard.com |
|---|---|
| Headers | show |
| Series |
|
| Related | show |
Hi Jacopo, On Wed, 22 Jul 2026 at 12:57, Jacopo Mondi <jacopo.mondi@ideasonboard.com> wrote: > > The AMS-OSRAM Mira220 is a global shutter 16001400 sensor. > > Support for the sensor on RPi platforms is available at > https://github.com/ams-OSRAM/libcamera.git > > This series upports the camera helper and tuning files for the > RGB variant of the Mira220 sensor. > > Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Once Kieran's comment about the copyright is fixed, happy to add this in. For the series Acked-by: Naushir Patuck <naush@raspberrypi.com> > --- > Jacopo Mondi (3): > ipa: rpi: cam_helper: Add Mira220 cam helper > ipa: rpi: pisp: Add Mira220 tuning file > ipa: rpi: vc4: Add Mira220 tuning file > > src/ipa/rpi/cam_helper/cam_helper_mira220.cpp | 61 +++ > src/ipa/rpi/cam_helper/meson.build | 1 + > src/ipa/rpi/pisp/data/meson.build | 1 + > src/ipa/rpi/pisp/data/mira220.json | 545 ++++++++++++++++++++++++++ > src/ipa/rpi/vc4/data/meson.build | 1 + > src/ipa/rpi/vc4/data/mira220.json | 370 +++++++++++++++++ > 6 files changed, 979 insertions(+) > --- > base-commit: 709ad59a8d90af3570be1c8d02dee0ec9e011954 > change-id: 20260722-mira220-01115f67844d > > Best regards, > -- > Jacopo Mondi <jacopo.mondi@ideasonboard.com> >
The AMS-OSRAM Mira220 is a global shutter 16001400 sensor. Support for the sensor on RPi platforms is available at https://github.com/ams-OSRAM/libcamera.git This series upports the camera helper and tuning files for the RGB variant of the Mira220 sensor. Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> --- Jacopo Mondi (3): ipa: rpi: cam_helper: Add Mira220 cam helper ipa: rpi: pisp: Add Mira220 tuning file ipa: rpi: vc4: Add Mira220 tuning file src/ipa/rpi/cam_helper/cam_helper_mira220.cpp | 61 +++ src/ipa/rpi/cam_helper/meson.build | 1 + src/ipa/rpi/pisp/data/meson.build | 1 + src/ipa/rpi/pisp/data/mira220.json | 545 ++++++++++++++++++++++++++ src/ipa/rpi/vc4/data/meson.build | 1 + src/ipa/rpi/vc4/data/mira220.json | 370 +++++++++++++++++ 6 files changed, 979 insertions(+) --- base-commit: 709ad59a8d90af3570be1c8d02dee0ec9e011954 change-id: 20260722-mira220-01115f67844d Best regards,