libcamera/include
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
..
libcamera libcamera: camera: Associate cameras with their pipeline handler 2019-01-24 22:24:11 +02:00
linux include: linux: Import V4L2 uAPI headers from Linux v4.19 2019-01-17 16:37:03 +02:00
meson.build include: Install include files 2018-11-27 12:10:57 +00:00