summaryrefslogtreecommitdiff
path: root/include/libcamera/libcamera.h
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund@ragnatech.se>2018-12-20 15:18:38 +0100
committerNiklas Söderlund <niklas.soderlund@ragnatech.se>2018-12-31 00:57:58 +0100
commit8c10082a9ea9a311711887386944b71cf4d0419a (patch)
treef9c4bf48bf5a8103f26ff694c43d67ecb43e61d1 /include/libcamera/libcamera.h
parentdf7bd278a6c8cd0f5e956fb733a25379f3a71f9f (diff)
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>
Diffstat (limited to 'include/libcamera/libcamera.h')
-rw-r--r--include/libcamera/libcamera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libcamera/libcamera.h b/include/libcamera/libcamera.h
index 790771b6..44c094d9 100644
--- a/include/libcamera/libcamera.h
+++ b/include/libcamera/libcamera.h
@@ -7,6 +7,8 @@
#ifndef __LIBCAMERA_LIBCAMERA_H__
#define __LIBCAMERA_LIBCAMERA_H__
+#include <libcamera/camera.h>
+
namespace libcamera {
class libcamera