jcbrtl / depthai-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DepthAI C++ Library

Core C++ library

Dependencies

  • cmake >= 3.2
  • libusb1 development package
  • C/C++11 compiler

MacOS: brew install libusb

Linux: sudo apt install libusb-1.0-0-dev

Using as library

To use this library in your own project you can use cmake add_subdirectory pointing to the root of this repository

  • CMake: add_subdirectory(depthai-core)

See example/CMakeLists.txt

Building

To build the library from source perform the following:

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

About

License:MIT License


Languages

Language:C++ 53.5%Language:CMake 42.8%Language:C 3.7%