cam: Use libevent to implement event loop
To prepare for removal of the EventDispatcher from the libcamera public API, switch to libevent to handle the event loop. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
a27057fc50
commit
7d35c771c0
5 changed files with 55 additions and 26 deletions
|
@ -78,6 +78,9 @@ for documentation: [optional]
|
|||
for gstreamer: [optional]
|
||||
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
|
||||
|
||||
for cam: [optional]
|
||||
libevent-dev
|
||||
|
||||
for qcam: [optional]
|
||||
qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue