Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.31 KB

Quick_install.md

File metadata and controls

59 lines (43 loc) · 1.31 KB

Quick installation instructions

Requirements

Windows 10

  • Clone the repository to location on your local machine

    git clone https://github.com/luxonis/depthai-unity.git
  • Unity 2021.2.7f

  • If you're in Windows 10 you don't need to install anything special to have OAK device up and running.

MacOS

  • Clone the repository to location on your local machine

    git clone https://github.com/luxonis/depthai-unity.git
  • Unity 2021.2.7f

  • libusb1 development package (MacOS & Linux only)

    brew install libusb
  • OpenCV 4.5

    brew install opencv@4

Linux

  • Clone the repository to location on your local machine

    git clone https://github.com/luxonis/depthai-unity.git
  • Unity 2021.2.7f

  • libusb1 development package (MacOS & Linux only)

    sudo apt install libusb-1.0-0-dev
  • OpenCV 4.5

    sudo apt install libopencv-dev

Next Steps

OAK For Unity

Everything related to OAK For Unity package, projects and demo scenes.

This repo contains precompiled versions of depthai-unity library lowering any entry barrier, so you don't need to deal with C/C++ compilation.

Prebuild demos

If you want to try some of our demos before opening Unity