[libcamera-devel,v3,0/3] Raspberry Pi: Improving camera timeouts
mbox series

Message ID 20230307103023.3932-1-naush@raspberrypi.com
Headers show
Series
  • Raspberry Pi: Improving camera timeouts
Related show

Message

Naushir Patuck March 7, 2023, 10:30 a.m. UTC
Hi,

Version 3 of this series has minor changes to address Laurent's review comments.
Aparat from the typo fixes, we change the following:

- In patch 2/3 we reset lastTimeout_ with the rest of the queue state.
- In patch 3/3 disconnect the correct(!) signal.

Regards,
Naush

Naushir Patuck (3):
  pipeline: ipa: raspberrypi: Change Unicam timeout handling
  ipa: raspberrypi: Better heuristics for calculating Unicam timeout
  pipeline: raspberrypi: Add a Unicam timeout override config options

 include/libcamera/ipa/raspberrypi.mojom       |  2 +-
 src/ipa/raspberrypi/raspberrypi.cpp           | 45 +++++++++++++++++--
 .../pipeline/raspberrypi/data/example.yaml    | 11 ++++-
 .../pipeline/raspberrypi/raspberrypi.cpp      | 38 ++++++++++++----
 4 files changed, 83 insertions(+), 13 deletions(-)