[1/2] libcamera: properties: Add a pipeline handler name property
diff mbox series

Message ID 20260330-kbingham-pipeline-handler-property-v1-1-fdab13d5d263@ideasonboard.com
State New
Headers show
Series
  • libcamera: Pipeline handler name property
Related show

Commit Message

Kieran Bingham March 30, 2026, 11:40 a.m. UTC
Allow the camera properties to report what pipeline handler is managing
the camera device.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 src/libcamera/property_ids_core.yaml | 5 +++++
 1 file changed, 5 insertions(+)

Patch
diff mbox series

diff --git a/src/libcamera/property_ids_core.yaml b/src/libcamera/property_ids_core.yaml
index 834454a4e087..524cc48a08c7 100644
--- a/src/libcamera/property_ids_core.yaml
+++ b/src/libcamera/property_ids_core.yaml
@@ -701,4 +701,9 @@  controls:
 
         Different cameras may report identical devices.
 
+  - PipelineHandler:
+      type: string
+      description: |
+        The name of the pipeline handler that manages this camera device.
+
 ...