libcamera/src/cam
Niklas Söderlund 633a56d7cd cam: Add CamApp class
Add more structure to main.cpp by breaking up the logic into a CamApp
class. This makes the code easier to read and removes all of the
organically grown global variables.

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2019-05-25 14:27:55 +02:00
..
buffer_writer.cpp cam: Extend BufferWriter to include a stream name in file path 2019-04-09 16:59:19 +02:00
buffer_writer.h cam: Extend BufferWriter to include a stream name in file path 2019-04-09 16:59:19 +02:00
capture.cpp cam: capture: Break out capture to a new class 2019-05-25 14:27:55 +02:00
capture.h cam: capture: Break out capture to a new class 2019-05-25 14:27:55 +02:00
event_loop.cpp cam: Add event loop 2019-01-25 17:41:03 +02:00
event_loop.h cam: Add event loop 2019-01-25 17:41:03 +02:00
main.cpp cam: Add CamApp class 2019-05-25 14:27:55 +02:00
main.h cam: capture: Break out capture to a new class 2019-05-25 14:27:55 +02:00
meson.build cam: capture: Break out capture to a new class 2019-05-25 14:27:55 +02:00
options.cpp cam: options: Fix string concatenation 2019-04-26 19:25:19 +03:00
options.h cam: Separate options valid() and empty() 2019-03-27 18:26:15 +02:00