JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include <jevois/Core/CameraDevice.H>
#include <jevois/Debug/Log.H>
#include <jevois/Util/Utils.H>
#include <jevois/Util/Async.H>
#include <jevois/Core/VideoMapping.H>
#include <jevois/Image/RawImageOps.H>
#include <jevois/Core/ICM20948_regs.H>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/select.h>
Go to the source code of this file.
Macros | |
#define | FDLDEBUG(msg) LDEBUG('[' << itsDevName << ':' << itsFd << "] " << msg) |
#define | FDLINFO(msg) LINFO('[' << itsDevName << ':' << itsFd << "] " << msg) |
#define | FDLERROR(msg) LERROR('[' << itsDevName << ':' << itsFd << "] " << msg) |
#define | FDLFATAL(msg) LFATAL('[' << itsDevName << ':' << itsFd << "] " << msg) |
#define | V4L2_MODE_VIDEO 2 |
#define | V4L2_COLORSPACE_DEFAULT v4l2_colorspace(0) |
#define FDLDEBUG | ( | msg | ) | LDEBUG('[' << itsDevName << ':' << itsFd << "] " << msg) |
Definition at line 32 of file CameraDevice.C.
#define FDLERROR | ( | msg | ) | LERROR('[' << itsDevName << ':' << itsFd << "] " << msg) |
Definition at line 34 of file CameraDevice.C.
#define FDLFATAL | ( | msg | ) | LFATAL('[' << itsDevName << ':' << itsFd << "] " << msg) |
Definition at line 35 of file CameraDevice.C.
#define FDLINFO | ( | msg | ) | LINFO('[' << itsDevName << ':' << itsFd << "] " << msg) |
Definition at line 33 of file CameraDevice.C.
#define V4L2_COLORSPACE_DEFAULT v4l2_colorspace(0) |
Definition at line 72 of file CameraDevice.C.
#define V4L2_MODE_VIDEO 2 |
Definition at line 39 of file CameraDevice.C.