summaryrefslogtreecommitdiff
path: root/include/libcamera
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-01-04 21:26:14 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-01-08 16:23:16 +0200
commit8356f8a6ab875680087032285c3b7bbfbdbddba9 (patch)
tree1288abd030c33fb9bb85c99eccabfe3958b3f7ce /include/libcamera
parent1a57bcb8d1a7a49cc8a43596a79d57cd2fbb5dfe (diff)
libcamera: Add a poll-based event dispatcher
Provide a poll-based event dispatcher implementation as convenience for applications that don't need a custom event loop. The poll-based dispatcher is automatically instantiated if the application doesn't provide its own dispatcher. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include/libcamera')
-rw-r--r--include/libcamera/libcamera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcamera/libcamera.h b/include/libcamera/libcamera.h
index 785babef..2dcaeda4 100644
--- a/include/libcamera/libcamera.h
+++ b/include/libcamera/libcamera.h
@@ -10,5 +10,6 @@
#include <libcamera/camera.h>
#include <libcamera/camera_manager.h>
#include <libcamera/event_dispatcher.h>
+#include <libcamera/event_dispatcher_poll.h>
#endif /* __LIBCAMERA_LIBCAMERA_H__ */