Files
external_libcamera/src/meson.build
Niklas Söderlund fba3d04607 cam: add utility to control cameras
Provide a utility to interact with cameras. This initial state is
limited and only supports listing cameras in the system and selecting a
camera to interact with.

There is not much a interacting possible yet with a camera so the tool
simply exercise the API to get hold of a camera.

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2019-01-22 14:03:41 +01:00

3 lines
34 B
Meson

subdir('libcamera')
subdir('cam')