Skip to content

Draft: Improve accumulation code

These patches include several improvements in CtAccumulation:

  • Fix the max number of buffers reported by CtBuffer
  • Replace mono-thread, sequential, blocking code, potentially running in Camera::AcqThread context, with parallel, non-blocking Processlib task(s)
  • Formalize buffer memory allocation
Edited by Alejandro Homs Puron

Merge request reports