Metadata-Version: 2.1
Name: depthai-sdk
Version: 1.1.8
Summary: This package contains convenience classes and functions that help in most common tasks while using DepthAI API
Home-page: https://github.com/luxonis/depthai/tree/main/depthai_sdk
Author: Luxonis
Author-email: support@luxonis.com
License: MIT
Project-URL: Bug Tracker, https://github.com/luxonis/depthai/issues
Project-URL: Source Code, https://github.com/luxonis/depthai/tree/main/depthai_sdk
Keywords: depthai sdk utils managers previews helpers
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: opencv-python (>4)
Requires-Dist: opencv-contrib-python (>4)
Requires-Dist: blobconverter (>=1.2.8)
Requires-Dist: pytube (>=11.0.1)
Requires-Dist: depthai (>2)
Requires-Dist: PyTurboJPEG (==1.6.4)
Requires-Dist: numpy (>=1.19) ; python_version < "3.7"
Requires-Dist: numpy (>=1.21) ; python_version >= "3.7"

# 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](https://docs.luxonis.com/projects/sdk/en/latest/) or [our webpage](https://luxonis.com)

## 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 [Getting started with DepthAI SDK](https://docs.luxonis.com/projects/sdk/en/latest/getting_started/) for basic usage examples


## API

Please visit [DepthAI SDK API](https://docs.luxonis.com/projects/sdk/en/latest/api/) for full API reference


