Message ID | 20250526214224.13631-1-stefan.klug@ideasonboard.com |
---|---|
Headers | show |
Series |
|
Related | show |
The RFC patchset from Stefan works to enable an application to request
more than 4 buffers for the rkisp1. But when using a number higher than
8 it breaks, as the bufferCount value is also used to determine the
amount of parameter/statistic buffers to allocate.
But as the patchset already limits the number of queued buffers, the
amount of parameter/statistic buffers can can also be just this fixed
value. Therefore adapt Nicolas patch, which already did this from my
rebased patch series [1].
This allows (on my hardware setup) up to 32 buffers to be allocated.
@Stefan: With this patch included, feel free to add a
Tested-By: Sven Püschel <s.pueschel@pengutronix.de>
[1] https://lists.libcamera.org/pipermail/libcamera-devel/2025-April/050029.html