libcamera: properties: Add a pipeline handler name property

Allow the camera properties to report what pipeline handler is managing
the camera device.

Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham
2026-03-30 12:40:24 +01:00
parent 33dc1f24d9
commit 71e188f58f

View File

@@ -701,4 +701,13 @@ controls:
Different cameras may report identical devices.
- PipelineHandler:
type: string
description: |
The name of the pipeline handler that manages this camera device.o
This property is meant to help development, debugging and support. The
pipeline handler name is not guaranteed to be stable across libcamera
releases.
...