From 8c10082a9ea9a311711887386944b71cf4d0419a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Thu, 20 Dec 2018 15:18:38 +0100 Subject: libcamera: Add Camera class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- include/libcamera/libcamera.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libcamera/libcamera.h') 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 + namespace libcamera { class libcamera -- cgit v1.2.1