[libcamera-devel] [PATCH 0/1] ipa/raspberrypi: Remove generic "pause" mechanism from Algorithm

Nick Hollinghurst nick.hollinghurst at raspberrypi.com
Mon Nov 21 15:18:11 CET 2022


Hi all,

My first post here!  I'd like to make a small change in the Raspberry Pi IPA.

Our control algorithms had generic "pause()" and "resume()" methods
but it turns out we don't need to call them through the generic API,
nor use the base implementation. Where we've overridden them, the
semantics are subtly different (e.g. in AGC, resume() converts
fixed-gain and fixed-exposure modes to full-auto); there is also scope
for confusion with AF "pause" in future. So we've decided to remove
these generic methods.

Regards,

 Nick


More information about the libcamera-devel mailing list