TobiiGlasses2SDK
Public Attributes
_CustomData Struct Reference

List of all members.

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

Member Data Documentation

GstElement* _CustomData::appsink

GStreamer pipeline appsink reference.

IplImage* _CustomData::frame

Frame buffer.

GstMapInfo* _CustomData::info

Frame buffer Map info reference.

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables