Skip to content

chobitsfan/oak_d_vins_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An utility processing features tracking data from a Luxonis OAK-D camera and sending them to a modified version of VINS-Fusion

1. Prerequisites

1.1. depthai-core

Tested with 2.25.0

    git clone https://github.com/luxonis/depthai-core
    git submodule update --init --recursive
    cmake -S. -Bbuild
    cmake --build build --target install

1.2. OpenCV

Tested with 4.6

    sudo apt install libopencv-dev

2. Build

    cmake -D'depthai_DIR=../depthai-core/build/install/lib/cmake/depthai' .
    make

3. Run

    ./feature_tracker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published