| Message ID | 20260330-kbingham-pipeline-handler-property-v1-1-fdab13d5d263@ideasonboard.com |
|---|---|
| State | New |
| Headers | show |
| Series |
|
| Related | show |
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. + ...
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(+)