hyperion.ng
Signals | Public Member Functions | Static Public Member Functions | List of all members
GlobalSignals Class Reference

Singleton instance for simple signal sharing across threads, should be never used with Qt:DirectConnection! More...

#include <GlobalSignals.h>

Inheritance diagram for GlobalSignals:

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 GlobalSignalsgetInstance ()
 

Detailed Description

Singleton instance for simple signal sharing across threads, should be never used with Qt:DirectConnection!

Member Function Documentation

§ setSystemImage

void GlobalSignals::setSystemImage ( const QString &  name,
const Image< ColorRgb > &  image 
)
signal

PIPE SystemCapture images from GrabberWrapper to Hyperion class.

Parameters
nameThe name of the platform capture that is currently active
imageThe prepared image

§ setV4lImage

void GlobalSignals::setV4lImage ( const QString &  name,
const Image< ColorRgb > &  image 
)
signal

PIPE v4lCapture images from v4lCapture over HyperionDaemon to Hyperion class.

Parameters
nameThe name of the v4l capture (path) that is currently active
imageThe prepared image

The documentation for this class was generated from the following file: