DepthAI SDK

DepthAI SDK is a Python package, containing convenience classes and functions that help in most common tasks while using DepthAI API.
To know more about the DepthAI itself, visit our documentation or our webpage
Installation
To install this package, run the following command in your terminal window
$ python3 -m pip install depthai-sdk
:warning: If you're using Raspberry Pi, providing a Pi Wheels extra package url can significantly speed up the installation process by providing prebuilt binaries for OpenCV
$ pip install --extra-index-url https://www.piwheels.org/simple/ depthai-sdk
Usage
Please visit DepthAI SDK documentation page.
API
Please visit DepthAI SDK API for full API reference