Skip to content

luxonis/depthai-core-example

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

CMake C++ example project for depthai-core library

CMake example project which serves as a template on how to quickly get started with C++ and depthai library

Depthai library dependencies

  • cmake >= 3.4
  • C/C++14 compiler

Submodules

Make sure submodules are initialized and updated

git submodule update --init --recursive

Prerequisites

OpenCV - optional (for this example only)

OpenCV is required to run the out-of-box example. If OpenVINO is installed then no further action is required.

Otherwise install using one of the options below:

Building

Configure and build

mkdir -p build && cd build
cmake ..
cmake --build . --parallel

Running

To run the example application 'myapp', navigate to build directory and run 'myapp' executable

./myapp

About

CMake C++ example project using depthai library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •