#include <jevois/Core/VideoMapping.H>
#include <jevois/Component/Manager.H>
#include <jevois/Types/Enum.H>
#include <jevois/Image/RawImage.H>
#include <jevois/Core/CameraCalibration.H>
#include <jevois/Debug/Watchdog.H>
#include <memory>
#include <mutex>
#include <vector>
#include <list>
#include <atomic>
Go to the source code of this file.
|
class | jevois::Engine |
| JeVois processing engine - gets images from camera sensor, processes them, and sends results over USB. More...
|
|
|
namespace | cv |
|
namespace | cv::parallel |
|
namespace | jevois |
| Main namespace for all JeVois classes and functions.
|
|
◆ JEVOIS_CAMERA_DEFAULT
#define JEVOIS_CAMERA_DEFAULT "/dev/video0" |
On platform hardware, device for the camera sensor.
Definition at line 67 of file Engine.H.
◆ JEVOIS_CAMERASENS_DEFAULT
#define JEVOIS_CAMERASENS_DEFAULT CameraSensor::any |
Default camera sensor.
Definition at line 80 of file Engine.H.
◆ JEVOIS_GADGET_DEFAULT
#define JEVOIS_GADGET_DEFAULT "" |
On platform hardware, device for the USB gadget driver (which sends video frames over USB to a host computer)
Definition at line 70 of file Engine.H.
◆ JEVOIS_IMUSPI_DEFAULT
#define JEVOIS_IMUSPI_DEFAULT "/dev/spidev32766.0" |
Default IMU spi device.
Definition at line 83 of file Engine.H.
◆ JEVOIS_SERIAL_DEFAULT
#define JEVOIS_SERIAL_DEFAULT "/dev/ttyS4" |
On platform hardware, device for the 4-pin hardware serial port.
Definition at line 73 of file Engine.H.
◆ JEVOIS_USBSERIAL_DEFAULT
#define JEVOIS_USBSERIAL_DEFAULT "" |
On platform hardware, device for serial-over-USB port.
Definition at line 76 of file Engine.H.