JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
CameraDevice.C File Reference
#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>
Include dependency graph for CameraDevice.C:

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)
 

Macro Definition Documentation

◆ FDLDEBUG

#define FDLDEBUG (   msg)    LDEBUG('[' << itsDevName << ':' << itsFd << "] " << msg)

Definition at line 32 of file CameraDevice.C.

◆ FDLERROR

#define FDLERROR (   msg)    LERROR('[' << itsDevName << ':' << itsFd << "] " << msg)

Definition at line 34 of file CameraDevice.C.

◆ FDLFATAL

#define FDLFATAL (   msg)    LFATAL('[' << itsDevName << ':' << itsFd << "] " << msg)

Definition at line 35 of file CameraDevice.C.

◆ FDLINFO

#define FDLINFO (   msg)    LINFO('[' << itsDevName << ':' << itsFd << "] " << msg)

Definition at line 33 of file CameraDevice.C.

◆ V4L2_COLORSPACE_DEFAULT

#define V4L2_COLORSPACE_DEFAULT   v4l2_colorspace(0)

Definition at line 72 of file CameraDevice.C.

◆ V4L2_MODE_VIDEO

#define V4L2_MODE_VIDEO   2

Definition at line 39 of file CameraDevice.C.