Testing time!
Also new: Effects dirs are now created automatically
This commit is contained in:
brindosch
2017-05-29 15:59:11 +02:00
parent 64fc6a9003
commit e2ca9bcaa5
7 changed files with 213 additions and 1 deletions

View File

@@ -45,6 +45,7 @@
#include <protoserver/ProtoServer.h>
#include <boblightserver/BoblightServer.h>
#include <udplistener/UDPListener.h>
#include <utils/Stats.h>
#include <QJsonObject>
class HyperionDaemon : public QObject
@@ -92,6 +93,7 @@ private:
FramebufferWrapper* _fbGrabber;
OsxWrapper* _osxGrabber;
Hyperion* _hyperion;
Stats* _stats;
unsigned _grabber_width;
unsigned _grabber_height;