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>
8 lines
132 B
Meson
8 lines
132 B
Meson
libcamera_api = files([
|
|
'camera.h',
|
|
'libcamera.h',
|
|
])
|
|
|
|
install_headers(libcamera_api,
|
|
subdir : 'libcamera')
|