FROM APORTS: ipa/simple: Add tuning file for IMX355

64 at 10 bits. The value was guessed from known values for similar
sensors and testing - on a Google Pixel 3a - suggest it's correct.

Adding this tuning file is partly motivated in order to serve as
example, as it's the first one for the simple IPA.

Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
Robert Mader 2024-10-19 00:25:03 +02:00 committed by Vasiliy Doylov
parent 638b1ca18e
commit 221462507f
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# SPDX-License-Identifier: CC0-1.0
%YAML 1.1
---
version: 1
algorithms:
- BlackLevel:
blackLevel: 4096
- Awb:
- Lut:
- Agc:
...

View file

@ -1,6 +1,7 @@
# SPDX-License-Identifier: CC0-1.0
conf_files = files([
'imx355.yaml',
'uncalibrated.yaml',
])