[libcamera-devel,0/3] simple-cam: Provide event-loop backed by libevent
mbox series

Message ID 20201119123427.53864-1-email@uajain.com
Headers show
Series
  • simple-cam: Provide event-loop backed by libevent
Related show

Message

Umang Jain Nov. 19, 2020, 12:34 p.m. UTC
Port simple-cam to use event loop backed by libevent since
EventDispatcher and Timer classes have been internalized.

Patch 1/2 and 2/2 are previous patch which I think, feel thorough the
cracks for merging. They are already reviewed by Kieran.

Patch 3/3 is the main patch that introduces event loop by libevent.

Umang Jain (3):
  Early return if no cameras are found on the system.
  simple-cam: Fix documentation typo
  simple-cam: Provide event-loop backed by libevent

 meson.build    |   1 +
 simple-cam.cpp | 109 +++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 98 insertions(+), 12 deletions(-)