diff --git a/src/libcamera/property_ids_core.yaml b/src/libcamera/property_ids_core.yaml index 834454a4..d5b3d309 100644 --- a/src/libcamera/property_ids_core.yaml +++ b/src/libcamera/property_ids_core.yaml @@ -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. + ...