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>
This commit is contained in:
Niklas Söderlund 2018-12-29 00:28:04 +01:00
parent 1369c0b7c3
commit fba3d04607
3 changed files with 152 additions and 0 deletions

View file

@ -1 +1,2 @@
subdir('libcamera')
subdir('cam')