[libcamera-devel,v5,0/3] Dequeue timeout
mbox series

Message ID 20220406123554.4042163-1-naush@raspberrypi.com
Headers show
Series
  • Dequeue timeout
Related show

Message

Naushir Patuck April 6, 2022, 12:35 p.m. UTC
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