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:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user