[0/1] libcamera: pipeline: Add todo for doing IPA matching on IpaProxy type
mbox series

Message ID 20260513142030.36897-1-johannes.goede@oss.qualcomm.com
Headers show
Series
  • libcamera: pipeline: Add todo for doing IPA matching on IpaProxy type
Related show

Message

Hans de Goede May 13, 2026, 2:20 p.m. UTC
Hi all,

As discussed during todays softISP meeting, add a todo to createIPA()
that the IpaProxy class-type template parameter should have a static name()
member and that should be used to find the IPA instead of matching on
PipelineHandler.name_ or a passed in ipaName createIPA() argument.

This applies on top of the "[PATCH v5 0/4] ipa: Allow IPA creation by name"
series.

Regards,

Hans


Hans de Goede (1):
  libcamera: pipeline: Add todo for doing IPA matching on IpaProxy type

 include/libcamera/internal/pipeline_handler.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)