20 #include <QOpenGLFunctions> 21 #include <QLoggingCategory> 23 Q_DECLARE_LOGGING_CATEGORY(spout)
28 class
SpoutSender : public QObject, protected QOpenGLFunctions
43 void captureAndSendFrame(GLuint fbo);
46 void resize(uint width, uint height);
50 SPOUTLIBRARY* spoutLib;
Helper class to send rendered frames to Spout (http://spout.zeal.co/)
bool isValid()
True if the sender has been successfuly created.