[libcamera-devel,v2,0/2] qcam: Fix issues in the Qt event dispatcher
mbox series

Message ID 20190927201641.813877-1-niklas.soderlund@ragnatech.se
Headers show
Series
  • qcam: Fix issues in the Qt event dispatcher
Related show

Message

Niklas Söderlund Sept. 27, 2019, 8:16 p.m. UTC
Hi,

While working with the IPA and testing using qcam I noticed it behaved
slightly different then cam when it came to timers. This small series
aims to align the Qt based event dispatcher of qcam with the poll based
of libcamera.

* Changes since v1
- Stop timer when it's being fired to share cleanup code in 
  unregisterTimer().

Niklas Söderlund (2):
  qcam: Fix unregister of not registered timer
  qcam: Fix timers not emitting timeout signal

 src/qcam/qt_event_dispatcher.cpp | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)