[libcamera-devel] [PATCH v3 0/4] simple-cam: Provide event-loop backed by libevent

Umang Jain email at uajain.com
Fri Dec 4 07:54:48 CET 2020


Changes in v3:
- Patch 4/4 : Introduce an entire EventLoop class based on cam's EventLoop.
- Update tags.

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

 event_loop.cpp | 103 +++++++++++++++++++++++++++++++++++++++++++++++++
 event_loop.h   |  44 +++++++++++++++++++++
 meson.build    |   2 +
 simple-cam.cpp |  54 +++++++++++++++++---------
 4 files changed, 184 insertions(+), 19 deletions(-)
 create mode 100644 event_loop.cpp
 create mode 100644 event_loop.h

-- 
2.26.2



More information about the libcamera-devel mailing list