[libcamera-devel,v2,0/9] Use two imgus in ipu3 pipeline handler
mbox series

Message ID 20220526082737.1081262-1-chenghaoyang@google.com
Headers show
Series
  • Use two imgus in ipu3 pipeline handler
Related show

Message

Harvey Yang May 26, 2022, 8:27 a.m. UTC
Hello everyone,

This is the second version of patches to use two imgus in ipu3 pipeline
handler, mostly to better support StillCapture, which was handled as
video snapshot.

The TODO to tackle the delay one frame issue in the ipu3 HW/FW design is
done in the 9th patch.

The patches are tested on soraka.
Please take a look and give me your thoughts. Thanks!

BR,
Harvey


Harvey Yang (9):
  Add StreamRole in StreamConfiguration
  ipu3: Allow only one camera being started
  ipu3: Use imgu0 as default
  ipu3: Add StillCapture stream and imgu1 param buffers
  ipu3: Update IPAIPU3Interface::fillParamsBuffer with captureBufferId
  ipu3: Configure imgu1 when necessary
  ipu3: Assign |outCaptureStream| to StillCapture configuration
  Request StillCapture stream as default in Android adapter
  ipu3: Fixes frame delay

 include/libcamera/ipa/ipu3.mojom       |   2 +-
 include/libcamera/stream.h             |  20 +-
 src/android/camera_device.cpp          | 214 +++++++-------
 src/android/camera_device.h            |  21 ++
 src/ipa/ipu3/ipu3.cpp                  |  21 +-
 src/libcamera/pipeline/ipu3/frames.cpp |  23 +-
 src/libcamera/pipeline/ipu3/frames.h   |   8 +-
 src/libcamera/pipeline/ipu3/ipu3.cpp   | 377 +++++++++++++++++++++----
 8 files changed, 506 insertions(+), 180 deletions(-)