|
TobiiGlasses2SDK
|
Public Attributes | |
| gboolean | is_live |
| GstElement * | pipeline |
| GstElement * | appsink |
| GMainLoop * | loop |
| GstMapInfo * | info |
| IplImage * | frame |
| std::function< void(cv::Mat &, const int64_t) > | videoCallback |
| std::function< void(const int64_t, cv::Mat &) > | onFrameArrived |
| GstElement* _CustomData::appsink |
GStreamer pipeline appsink reference.
| IplImage* _CustomData::frame |
Frame buffer.
| GstMapInfo* _CustomData::info |
Frame buffer Map info reference.
| gboolean _CustomData::is_live |
false if it is not running.
| GMainLoop* _CustomData::loop |
GStreamer main loop reference.
| std::function< void(const int64_t, cv::Mat &) > _CustomData::onFrameArrived |
callback that will be called each time a video frame is received.
| GstElement* _CustomData::pipeline |
GStreamer pipeline reference.
| std::function< void(cv::Mat &, const int64_t) > _CustomData::videoCallback |
Callback that is called each time a frame is filled.
1.7.6.1