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-blockingProcesslib
task(s) - Formalize buffer memory allocation
Edited by Alejandro Homs Puron