Added logging to X11Grabber (#71)

* Added logging to X11Grabber

* Added logging to Amlogic grabber.

* Fixed mistake in amlogicgrabber.h

* fixed compile issue

* Trigger

* cleaned up log messages
This commit is contained in:
XfableX
2016-06-30 00:48:53 +10:00
committed by brindosch
parent e5332c44de
commit 6327a38582
4 changed files with 23 additions and 17 deletions

4
include/grabber/AmlogicGrabber.h Normal file → Executable file
View File

@@ -2,7 +2,7 @@
// STL includes
#include <cstdint>
#include <utils/Logger.h>
// Utils includes
#include <utils/Image.h>
#include <utils/ColorBgr.h>
@@ -55,4 +55,6 @@ private:
/** The snapshot/capture device of the amlogic video chip */
int _amlogicCaptureDev;
Logger * _log;
};