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

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

Message

Umang Jain Dec. 1, 2020, 5:43 p.m. UTC
Changes in v2:
Add extra patch(1/4) to make return codes of main() consistent according to 
standard.

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

 meson.build    |   1 +
 simple-cam.cpp | 120 ++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 104 insertions(+), 17 deletions(-)