iwatake2222 / play_with_depthai

Sample projects to use DepthAI + OpenCV with OAK-D cameras in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

depth_conv.mp4

Play with DepthAI

  • Sample projects to use DepthAI + OpenCV with OAK-D cameras

Target

  • Platform
    • Linux (x64)
    • Linux (aarch64)
    • Windows (x64). Visual Studio 2019
  • Note: It's not tested in Linux yet, but it probably works

How to build a project

0. Requirements

1. Download

  • Download source code and pre-built libraries
    git clone https://github.com/iwatake2222/play_with_depthai.git
    cd play_with_depthai
    git submodule update --init
  • Download models
    sh ./download_resource.sh

2-a. Build in Linux

todo

2-b. Build in Windows (Visual Studio)

  • Configure and Generate a new project using cmake-gui for Visual Studio 2019 64-bit
    • Where is the source code : path-to-play_with_depthai/pj_depthai_basic_camera (for example)
    • Where to build the binaries : path-to-build (any)
  • Open main.sln
  • Run

License

  • Copyright 2022 iwatake2222
  • Licensed under the Apache License, Version 2.0

About

Sample projects to use DepthAI + OpenCV with OAK-D cameras in C++

License:Apache License 2.0


Languages

Language:C++ 88.5%Language:CMake 10.3%Language:Shell 1.2%