[libcamera-devel] [PATCH v5 0/3] Dequeue timeout

Naushir Patuck naush at raspberrypi.com
Wed Apr 6 14:35:51 CEST 2022


Hi,

Here is version 5 of this series:
- Fix the incorrect From field in the patches.
- Based on Laurent's suggestion, add a std::max(1s, ...) statement for setting
the unicam timeout in patch 2/3.

Thanks,
Naush

Kieran Bingham (1):
  test: v4l2_videodevice: Verify the Dequeue Watchdog

Naushir Patuck (2):
  libcamera: v4l2_videodevice: Add a dequeue timer
  pipeline: raspberrypi: Add a Unicam dequeue timeout

 include/libcamera/internal/v4l2_videodevice.h | 10 ++
 include/libcamera/ipa/raspberrypi.mojom       |  1 +
 src/ipa/raspberrypi/raspberrypi.cpp           |  2 +
 .../pipeline/raspberrypi/raspberrypi.cpp      | 19 ++++
 src/libcamera/v4l2_videodevice.cpp            | 53 ++++++++++
 test/v4l2_videodevice/dequeue_watchdog.cpp    | 96 +++++++++++++++++++
 test/v4l2_videodevice/meson.build             |  1 +
 7 files changed, 182 insertions(+)
 create mode 100644 test/v4l2_videodevice/dequeue_watchdog.cpp

-- 
2.25.1



More information about the libcamera-devel mailing list