pmaports/temp/libcamera/imx363.yaml
Robert Mader fd540e8017
temp/libcamera: upgrade to 0.7.2
See
https://gitlab.freedesktop.org/camera/libcamera/-/releases/v0.7.2

The release notably includes fixes that allow us to start shipping color
correction matrices in tuning files. This commit includes the current
tuning iterations for the imx363 (used e.g. as Pixel 3a rear camera) and
the s5kjn1 (used on e.g. as FairPhone 5 front camera). The later is also
used for the other correspondig cameras on the mentioned devices, as
they improve the quality over the default. This is of course planed to
change in the future.

The GPU-ISP also received major performance improvements, in particular
if the dmabuf direct import path can be used. If that's not the case
some INFO logs are printed, giving hints what needs to be improved in
the V4L2 or GPU drivers.

Finally we can drop all previously backported patches, only keeping two
PinePhone (OG) specific ones around for now. These should probably be
dropped in future releases, giving the poor performance and limited GPU
capabilities (GLES 2.0 only) on that device.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8991>
2026-07-10 12:41:13 +02:00

37 lines
1.1 KiB
YAML

# SPDX-License-Identifier: CC0-1.0
%YAML 1.1
---
version: 1
algorithms:
- BlackLevel:
blackLevel: 4096
- Awb:
- Ccm:
ccms:
- ct: 2701
ccm: [ 1.66951, -0.35271, -0.31679,
-0.33594, 1.69731, -0.36137,
0.07843, -1.25185, 2.17341 ]
- ct: 2789
ccm: [ 1.74401, -0.44379, -0.30022,
-0.33322, 1.69889, -0.36567,
0.09074, -1.27168, 2.18093 ]
- ct: 3025
ccm: [ 1.71956, -0.37493, -0.34462,
-0.46994, 1.83453, -0.36459,
0.01838, -1.03863, 2.02024 ]
- ct: 4021
ccm: [ 1.65286, -0.42348, -0.22938,
-0.34752, 1.63472, -0.28719,
-0.02119, -0.65164, 1.67283 ]
- ct: 4125
ccm: [ 1.89736, -0.65796, -0.23941,
-0.36603, 1.62015, -0.25412,
0.01202, -0.66114, 1.64912 ]
- ct: 6521
ccm: [ 1.64464, -0.50901, -0.13564,
-0.28189, 1.73169, -0.44979,
-0.02601, -0.51457, 1.54058 ]
- Adjust:
- Agc:
...