ipa/simple: Add tuning file for IMX371

The value is guessed from similar IMX sensors.
This commit is contained in:
Robert Mader 2025-03-08 10:38:06 +01:00 committed by Vasiliy Doylov
parent d5bf7694bb
commit 4e119e5f0b
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

@ -4,6 +4,7 @@ conf_files = files([
'hi846.yaml',
'imx355.yaml',
'imx363.yaml',
'imx371.yaml',
's5k3l6xx.yaml',
'uncalibrated.yaml',
])