ipa/simple: Add tuning file for IMX371
The value is guessed from similar IMX sensors.
This commit is contained in:
parent
d5bf7694bb
commit
4e119e5f0b
2 changed files with 12 additions and 0 deletions
11
src/ipa/simple/data/imx371.yaml
Normal file
11
src/ipa/simple/data/imx371.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:
|
||||
...
|
|
@ -4,6 +4,7 @@ conf_files = files([
|
|||
'hi846.yaml',
|
||||
'imx355.yaml',
|
||||
'imx363.yaml',
|
||||
'imx371.yaml',
|
||||
's5k3l6xx.yaml',
|
||||
'uncalibrated.yaml',
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue