diff options
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2020-03-20 00:31:13 +0100 |
---|---|---|
committer | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2020-03-20 01:44:45 +0100 |
commit | a118b1a49110b43f4bff5616a5072ade41f8b684 (patch) | |
tree | 0d8013ca6a923b23d1111a6d2e81d795e600d728 /test/file-descriptor.cpp | |
parent | 1b8ac8473c948ee7f5956ea0a71ad264a4485db4 (diff) |
libcamera: pipeline: rkisp1: Use correct buffer count when importing buffers
When folding buffer management with start/stop the wrong variable was
passed to importBuffers() resulting in only one buffer being imported
for the video node making capture impossible. Fix this by first renaming
the confusingly named variable 'count' to 'ipaBufferId'. And then
reusing the 'count' name for the buffer count.
While at it remove the loop to find the maximum value of buffers from
the single stream used by the pipeline. Once we add more stream this
needs to be reworked anyhow so keep it simple for now.
Fixes: 33fedea818e2b6a9 ("libcamera: pipeline_handler: Fold buffer management with start/stop")
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'test/file-descriptor.cpp')
0 files changed, 0 insertions, 0 deletions