|
hyperion.ng
|
Singleton instance for simple signal sharing across threads, should be never used with Qt:DirectConnection! More...
#include <GlobalSignals.h>
Signals | |
| void | setSystemImage (const QString &name, const Image< ColorRgb > &image) |
| PIPE SystemCapture images from GrabberWrapper to Hyperion class. More... | |
| void | setV4lImage (const QString &name, const Image< ColorRgb > &image) |
| PIPE v4lCapture images from v4lCapture over HyperionDaemon to Hyperion class. More... | |
Public Member Functions | |
| GlobalSignals (GlobalSignals const &)=delete | |
| void | operator= (GlobalSignals const &)=delete |
Static Public Member Functions | |
| static GlobalSignals * | getInstance () |
Singleton instance for simple signal sharing across threads, should be never used with Qt:DirectConnection!
PIPE SystemCapture images from GrabberWrapper to Hyperion class.
| name | The name of the platform capture that is currently active |
| image | The prepared image |
PIPE v4lCapture images from v4lCapture over HyperionDaemon to Hyperion class.
| name | The name of the v4l capture (path) that is currently active |
| image | The prepared image |
1.8.12