trikRuntime
|
Interface for camera implementations. More...
#include <cameraImplementationInterface.h>
Public Member Functions | |
virtual QVector< uint8_t > | getPhoto ()=0 |
Get photo as a vector of uint8t in RGB 888 format. More... | |
virtual | ~CameraImplementationInterface ()=default |
CameraImplementationInterface ()=default | |
QString | getTempDir () const |
Get directory, where photos are saved. More... | |
void | setTempDir (const QString &newDir) |
Set directory, where photos are saved. More... | |
Interface for camera implementations.
|
virtualdefault |
|
default |
|
pure virtual |
Get photo as a vector of uint8t in RGB 888 format.
Implemented in trikControl::V4l2CameraImplementation, trikControl::ImitationCameraImplementation, and trikControl::QtCameraImplementation.
|
inline |
Get directory, where photos are saved.
|
inline |
Set directory, where photos are saved.
newDir | - new name of tempDir |