VOXL OpenVINS Server 1.0
Visual Inertial Odometry Server for VOXL Platform
Loading...
Searching...
No Matches
Classes | Namespaces
MonoCameraMinimal.h File Reference

Monocular 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>
#include <cstdint>
Include dependency graph for MonoCameraMinimal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  voxl::MonoCamera
 Handles monocular camera input. More...
 

Namespaces

namespace  voxl
 Main namespace for VOXL OpenVINS server components.
 

Detailed Description

Monocular camera implementation for VOXL OpenVINS.

Author
Zauberflote
Date
2025
Version
1.0

This header defines the MonoCamera class, which specializes the CameraBase for monocular camera configurations. It handles single camera image processing and integration with the VIO system.

Definition in file MonoCameraMinimal.h.