[libcamera-devel] [PATCH 1/7] libcamera: properties: Add model property

Niklas Söderlund niklas.soderlund at ragnatech.se
Thu Aug 6 15:09:31 CEST 2020


The model property describes the camera model string.

Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
---
 src/libcamera/property_ids.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/libcamera/property_ids.yaml b/src/libcamera/property_ids.yaml
index 74ad0195d6310367..5c597bfc6e2d4089 100644
--- a/src/libcamera/property_ids.yaml
+++ b/src/libcamera/property_ids.yaml
@@ -387,6 +387,11 @@ controls:
                               |                    |
                               +--------------------+
 
+  - Model:
+      type: string
+      description: |
+        Camera model name
+
   - UnitCellSize:
       type: Size
       description: |
-- 
2.28.0



More information about the libcamera-devel mailing list