|
VOXL OpenVINS Server 1.0
Visual Inertial Odometry Server for VOXL Platform
|
Base camera implementation for VOXL OpenVINS. More...
#include "CameraBase.h"#include "VoxlVars.h"#include <unistd.h>#include <modal_flow/ocl/OclDevice.hpp>#include <CL/cl_ext.h>#include <sys/mman.h>
Go to the source code of this file.
Namespaces | |
| namespace | voxl |
| Main namespace for VOXL OpenVINS server components. | |
Base camera implementation for VOXL OpenVINS.
This file implements the base camera functionality for the VOXL OpenVINS system. It provides the foundation for camera handling, pipe communication, image processing, and VIO integration.
The implementation handles:
Definition in file CameraBase.cpp.