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

Monocular camera implementation for VOXL OpenVINS. More...

#include "MonoCameraMinimal.h"
#include <CL/cl.h>
#include <CL/cl_ext.h>
Include dependency graph for MonoCameraMinimal.cpp:

Go to the source code of this file.

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 file implements the MonoCamera class, which specializes the CameraBase for monocular camera configurations. It handles single camera image processing and integration with the VIO system.

The implementation provides:

Definition in file MonoCameraMinimal.cpp.