Files
external_libcamera/include/libcamera/meson.build
Niklas Söderlund 8c10082a9e libcamera: Add Camera class
Provide a Camera class which represents our main interface to handling
camera devices. This is a rework of Kieran's initial proposal and
Laurent's documentation of the file changed to fit the device
enumerators needs.

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
2018-12-31 00:57:58 +01:00

8 lines
132 B
Meson

libcamera_api = files([
'camera.h',
'libcamera.h',
])
install_headers(libcamera_api,
subdir : 'libcamera')