diff options
author | Elias Naur <mail@eliasnaur.com> | 2024-01-22 08:33:10 -0500 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-01-23 02:21:39 +0200 |
commit | 0dc737d3e31112973c9286eb7775b8f730352a75 (patch) | |
tree | 356bc51d7e78f78eda11b6760be9afe39c8fbe68 /src/ipa/rpi/vc4 | |
parent | 484c86ac6569363e539ad2729409ece4f161b802 (diff) |
pipeline: rpi: Always initialize the embedded buffer in tryRunPipeline
Vc4CameraData::findMatchBuffers() may return successfully with a null
embedded buffer, in which case the embedded buffer id would be left
uninitialized.
Without this change, libcamera v0.2.0 usually crashes for me with an
assertion error:
ipa_base.cpp:397 assertion "it != buffers_.end()" failed in prepareIsp()
Signed-off-by: Elias Naur <mail@eliasnaur.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/rpi/vc4')
0 files changed, 0 insertions, 0 deletions