diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2024-02-28 17:27:15 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2024-03-01 23:16:09 +0000 |
commit | be21f2747afe53eb9ff5f1eb4b29655048f37e87 (patch) | |
tree | ad23cf1017d5215eed15ed1fbaf27a1c4562c345 | |
parent | c64446c226d4e629884d2f5b148a01969e8ee84a (diff) |
libcamera: controls: Fix typo on thermal
The documentation for the SensorTemperature control has a spelling
mistake for thermal.
Fix it.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r-- | src/libcamera/control_ids_core.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml index 76fb9347..bf1f1a83 100644 --- a/src/libcamera/control_ids_core.yaml +++ b/src/libcamera/control_ids_core.yaml @@ -449,7 +449,7 @@ controls: range of reported temperatures is device dependent. The SensorTemperature control will only be returned in metadata if a - themal sensor is present. + thermal sensor is present. - SensorTimestamp: type: int64_t |