ipa: rkisp1: blc: Report sensor black levels in metadata

Add sensor black levels to the metadata of the rkisp1 pipeline.

Additionally enable raw support for this algorithm and add it to
uncalibrated.yaml, so that black levels get reported when capturing
tuning images. This is a bit of a hack, because no actual black level
correction is taking place in raw mode, but it is the easiest way to get
blacklevel reported for raw streams.

Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Stefan Klug
2024-07-03 15:49:52 +02:00
parent 50c28e1351
commit afa8cbca9e
3 changed files with 33 additions and 1 deletions
+1
View File
@@ -5,4 +5,5 @@ version: 1
algorithms:
- Agc:
- Awb:
- BlackLevelCorrection:
...