[libcamera-devel,0/2] Raspberry Pi AWB race condition and maintenance
mbox series

Message ID 20210210111743.14374-1-david.plowman@raspberrypi.com
Headers show
Series
  • Raspberry Pi AWB race condition and maintenance
Related show

Message

David Plowman Feb. 10, 2021, 11:17 a.m. UTC
Hi everyone

Really I just wanted to fix the race condition that Laurent pointed
out a few days ago, but as I looked through the code I also felt I
should remove another unnecessary variable which was just a hangover
from a previous time.

Hopefully this is the last set of small-ish AWB fix-ups for now!

Thanks
David


David Plowman (2):
  ipa: raspberrypi: AWB: Remove unecessary frame count variable
  ipa: raspberrypi: AWB: Fix race condition setting manual gains

 src/ipa/raspberrypi/controller/rpi/awb.cpp | 82 ++++++++++------------
 src/ipa/raspberrypi/controller/rpi/awb.hpp |  1 -
 2 files changed, 38 insertions(+), 45 deletions(-)