libcamera/include/libcamera
Niklas Söderlund 5b02e03199 libcamera: camera: Associate cameras with their pipeline handler
The PipelineHandler which creates a Camera is responsible for serving
any operation requested by the user. In order forward the public API
calls, the camera needs to store a reference to its pipeline handler.

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
Changes since v1:

- Create pipeline handlers is shared pointers, make them inherit from
  std::enable_shared_from_this<> and stored them in shared pointers.
2019-01-24 22:24:11 +02:00
..
camera.h libcamera: camera: Associate cameras with their pipeline handler 2019-01-24 22:24:11 +02:00
camera_manager.h libcamera: camera: Associate cameras with their pipeline handler 2019-01-24 22:24:11 +02:00
event_dispatcher.h libcamera: event_dispatcher: Add interrupt() function 2019-01-23 18:51:56 +02:00
event_notifier.h libcamera: Add event notification infrastructure 2019-01-08 16:23:16 +02:00
libcamera.h libcamera: Update libcamera.h 2019-01-10 15:27:49 +02:00
meson.build libcamera: Add event notification infrastructure 2019-01-08 16:23:16 +02:00
signal.h libcamera: Add signal/slot communication mechanism 2019-01-08 16:23:16 +02:00
timer.h libcamera: Add event notification infrastructure 2019-01-08 16:23:16 +02:00