[libcamera-devel,0/2] Add pipeline-specific per-camera data
mbox series

Message ID 20190124113020.7203-1-jacopo@jmondi.org
Headers show
Series
  • Add pipeline-specific per-camera data
Related show

Message

Jacopo Mondi Jan. 24, 2019, 11:30 a.m. UTC
Add support for storing pipeline-specific data associated with a Camera to
the pipeline handler base class and use it to store a V4L2 Device in IPU3
pipeline handler.

Compared to v1, the camera data are now stored in the pipeline handler and not
in the Camera class anymore, not to expose them in an application-facing API.

Thanks
  j


Jacopo Mondi (2):
  libcamera: pipeline_handler: Add CameraData
  libcamera: ipu3: Create CIO2 V4L2 devices

 src/libcamera/include/pipeline_handler.h | 24 +++++++-
 src/libcamera/pipeline/ipu3/ipu3.cpp     | 50 ++++++++++++++++
 src/libcamera/pipeline_handler.cpp       | 73 ++++++++++++++++++++++++
 3 files changed, 146 insertions(+), 1 deletion(-)

--
2.20.1