[PATCH 6/6] libcamera: controls: Add missing period at end of Gamma description
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Tue Jun 11 23:21:01 CEST 2024
The last sentence of the Gamma control description misses the final
period. Add it.
Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
src/libcamera/control_ids_core.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
index be19135616cf..9d413a94e0ee 100644
--- a/src/libcamera/control_ids_core.yaml
+++ b/src/libcamera/control_ids_core.yaml
@@ -870,6 +870,6 @@ controls:
description: |
Specify a fixed gamma value. Default must be 2.2 which closely mimics
sRGB gamma. Note that this is camera gamma, so it is applied as
- 1.0/gamma
+ 1.0/gamma.
...
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list