ipa/simple: Add tuning file for IMX376
Some checks failed
PostmarketOS Build / Build for x86_64 (push) Blocked by required conditions
PostmarketOS Build / Clean (push) Blocked by required conditions
PostmarketOS Build / Prepare (push) Successful in 29s
PostmarketOS Build / Build for aarch64 (push) Has been cancelled

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

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