[libcamera-devel,v3,0/4] ipa: raspberrypi: Rate-limit the controller algorithms
mbox series

Message ID 20210418090459.38506-1-naush@raspberrypi.com
Headers show
Series
  • ipa: raspberrypi: Rate-limit the controller algorithms
Related show

Message

Naushir Patuck April 18, 2021, 9:04 a.m. UTC
Hi,

Updates between v2 and v3:

- Small reformatting of metadata.hpp source file.
- Add default/copy/move constructors for RPiController::Metadata.

Thanks,
Naush

Naushir Patuck (4):
  ipa: raspberrypi: Store dropped frame count in a member variable
  ipa: raspberrypi: Reformat RPiController::Metadata class header
  ipa: raspberrypi: Add move/copy ctors and operators to Metadata class
  ipa: raspberrypi: Rate-limit the controller algorithms

 src/ipa/raspberrypi/controller/metadata.hpp   | 47 +++++++++++---
 src/ipa/raspberrypi/raspberrypi.cpp           | 62 ++++++++++++++++---
 .../pipeline/raspberrypi/raspberrypi.cpp      |  5 ++
 3 files changed, 97 insertions(+), 17 deletions(-)