Fixed compile errors in amlogic grabber

Former-commit-id: b56a72681edbf442a28fb3106a4ca445b6e6aaa8
This commit is contained in:
T.van der Zwan
2015-08-08 08:13:59 +02:00
parent 1447209846
commit 348e0c1ee8
4 changed files with 26 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ AmlogicWrapper::AmlogicWrapper(const unsigned grabWidth, const unsigned grabHeig
_priority(1000),
_timer(),
_image(grabWidth, grabHeight),
_frameGrabber(new DispmanxFrameGrabber(grabWidth, grabHeight)),
_frameGrabber(new AmlogicGrabber(grabWidth, grabHeight)),
_processor(ImageProcessorFactory::getInstance().newImageProcessor()),
_ledColors(hyperion->getLedCount(), ColorRgb{0,0,0}),
_hyperion(hyperion)