ipa/simple: Add tuning file for IMX376
Some checks failed
Some checks failed
The value is guessed from similar IMX sensors.
This commit is contained in:
parent
4e119e5f0b
commit
6f38070855
2 changed files with 12 additions and 0 deletions
11
src/ipa/simple/data/imx376.yaml
Normal file
11
src/ipa/simple/data/imx376.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
%YAML 1.1
|
||||
---
|
||||
version: 1
|
||||
algorithms:
|
||||
- BlackLevel:
|
||||
blackLevel: 4096
|
||||
- Awb:
|
||||
- Lut:
|
||||
- Agc:
|
||||
...
|
|
@ -5,6 +5,7 @@ conf_files = files([
|
|||
'imx355.yaml',
|
||||
'imx363.yaml',
|
||||
'imx371.yaml',
|
||||
'imx376.yaml',
|
||||
's5k3l6xx.yaml',
|
||||
'uncalibrated.yaml',
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue