[libcamera-devel] [PATCH v3 0/5] DelayedControls updates and fixes

Naushir Patuck naush at raspberrypi.com
Mon Mar 1 14:31:54 CET 2021


Hi,

This is the next revision (v3) of the patch set.  Differences between v3 and v2:

- Update commit message in patch 1/5 to be more descriptive.
- Fix formatting for python dict variables in patch 2/5.
- Simplify the syntax when setting the Info object in patch 3/5.

Thanks,
Naush

Naushir Patuck (5):
  libcamera: delayed_controls: Add notion of priority write
  utils: raspberrypi: Add a DelayedControls log parser
  libcamera: delayed_controls: Remove unneeded write when starting up
  libcamera: delayed_controls: Remove spurious no-op queued controls
  libcamera: delayed_controls: Fix off-by-one error in get()

 include/libcamera/internal/delayed_controls.h |  13 +-
 src/libcamera/delayed_controls.cpp            |  74 ++++++++----
 src/libcamera/pipeline/ipu3/ipu3.cpp          |   8 +-
 .../pipeline/raspberrypi/raspberrypi.cpp      |  13 +-
 src/libcamera/pipeline/rkisp1/rkisp1.cpp      |   8 +-
 test/delayed_contols.cpp                      |  20 ++--
 utils/raspberrypi/delayedctrls_parse.py       | 111 ++++++++++++++++++
 7 files changed, 194 insertions(+), 53 deletions(-)
 create mode 100644 utils/raspberrypi/delayedctrls_parse.py

-- 
2.25.1



More information about the libcamera-devel mailing list