Skip to content

Commit

Permalink
pisp: Clear out embedded buffer id
Browse files Browse the repository at this point in the history
Signed-off-by: Naushir Patuck <[email protected]>
  • Loading branch information
naushir committed Jan 24, 2024
1 parent d2774b5 commit 9e31bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcamera/pipeline/rpi/pisp/pisp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2195,6 +2195,7 @@ void PiSPCameraData::tryRunPipeline()
ipa::RPi::PrepareParams params;
params.buffers.bayer = RPi::MaskBayerData | bayerId;
params.buffers.stats = RPi::MaskStats | statsId;
params.buffers.embedded = 0;
params.ipaContext = requestQueue_.front()->sequence();
params.delayContext = job.delayContext;
params.sensorControls = std::move(job.sensorControls);
Expand Down

0 comments on commit 9e31bb6

Please sign in to comment.