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

Message ID CAPhyPA4WGeOY_ic6KnFgFRoQnBekKTfa2K2tUgH5FsAkmeh2QQ@mail.gmail.com
Headers show
Series
  • ipa/raspberrypi: Remove generic "pause" mechanism from Algorithm
Related show

Message

Nick Hollinghurst Nov. 21, 2022, 2:18 p.m. UTC
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