|
VOXL OpenVINS Server 1.0
Visual Inertial Odometry Server for VOXL Platform
|
Stereo camera implementation for VOXL OpenVINS. More...
#include "CameraBase.h"#include "CameraQueueFusion.h"#include "VoxlVars.h"#include <iostream>#include <opencv2/opencv.hpp>#include <deque>#include <optional>

Go to the source code of this file.
Classes | |
| class | voxl::StereoCamera |
| Handles stereo camera input. More... | |
Namespaces | |
| namespace | voxl |
| Main namespace for VOXL OpenVINS server components. | |
Stereo camera implementation for VOXL OpenVINS.
This header defines the StereoCamera class, which specializes the CameraBase for stereo camera configurations. It handles single camera image processing and integration with the VIO system.
Definition in file StereoCameraMinimal.h.