JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include <jevois/Core/VideoBuffers.H>
#include <jevois/Util/Utils.H>
#include <jevois/Debug/Log.H>
#include <sys/ioctl.h>
#include <thread>
Go to the source code of this file.
Macros | |
#define | FDLDEBUG(msg) LDEBUG('[' << itsFd << ':' << itsName << "] " << msg) |
#define | FDLINFO(msg) LINFO('[' << itsFd << ':' << itsName << "] " << msg) |
#define | FDLERROR(msg) LERROR('[' << itsFd << ':' << itsName << "] " << msg) |
#define | FDLFATAL(msg) LFATAL('[' << itsFd << ':' << itsName << "] " << msg) |
#define FDLDEBUG | ( | msg | ) | LDEBUG('[' << itsFd << ':' << itsName << "] " << msg) |
Definition at line 24 of file VideoBuffers.C.
#define FDLERROR | ( | msg | ) | LERROR('[' << itsFd << ':' << itsName << "] " << msg) |
Definition at line 26 of file VideoBuffers.C.
#define FDLFATAL | ( | msg | ) | LFATAL('[' << itsFd << ':' << itsName << "] " << msg) |
Definition at line 27 of file VideoBuffers.C.
#define FDLINFO | ( | msg | ) | LINFO('[' << itsFd << ':' << itsName << "] " << msg) |
Definition at line 25 of file VideoBuffers.C.