libcamera: Use the logger instead of cout

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2018-12-04 23:55:19 +02:00
parent edbd2059d8
commit cc7d204b2c
3 changed files with 11 additions and 5 deletions

View file

@ -7,10 +7,14 @@
#ifndef __LIBCAMERA_LIBCAMERA_H__
#define __LIBCAMERA_LIBCAMERA_H__
namespace libcamera {
class libcamera
{
public:
void init_lib(void);
};
};
#endif /* __LIBCAMERA_LIBCAMERA_H__ */