trikRuntime
trikV4l2VideoDevice.h File Reference
#include <QObject>
#include <QSocketNotifier>
#include <QtCore/QString>
#include <QtCore/QVector>
#include <QtCore/QSocketNotifier>
#include <linux/videodev2.h>
Include dependency graph for trikV4l2VideoDevice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrikV4l2VideoDevice
 Class for working with a camera on a TRIK controller. More...
 

Typedefs

using convertFunctionPtr = QVector< uint8_t >(*)(const QVector< uint8_t > &realCameraShot, int height, int width)
 

Typedef Documentation

using convertFunctionPtr = QVector<uint8_t> (*)(const QVector<uint8_t> &realCameraShot, int height, int width)