Metadata-Version: 2.1
Name: depthai-sdk
Version: 1.14.0
Summary: This package provides an abstraction of the DepthAI API library.
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 oak camera
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
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Requires-Dist: opencv-contrib-python >4
Requires-Dist: blobconverter >=1.4.1
Requires-Dist: pytube >=12.1.0
Requires-Dist: depthai
Requires-Dist: PyTurboJPEG ==1.6.4
Requires-Dist: marshmallow ==3.17.0
Requires-Dist: xmltodict
Requires-Dist: sentry-sdk ==1.21.0
Requires-Dist: depthai-pipeline-graph ==0.0.5
Requires-Dist: ahrs ==0.3.1
Requires-Dist: numpy >=1.19 ; python_version < "3.7"
Requires-Dist: numpy >=1.21 ; python_version >= "3.7"
Provides-Extra: record
Requires-Dist: av ; extra == 'record'
Provides-Extra: replay
Requires-Dist: mcap >=0.0.10 ; extra == 'replay'
Requires-Dist: mcap-ros1-support ==0.0.8 ; extra == 'replay'
Requires-Dist: rosbags ==0.9.11 ; extra == 'replay'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Provides-Extra: visualize
Requires-Dist: PySide2 ; extra == 'visualize'
Requires-Dist: Qt.py >=1.3.0 ; extra == 'visualize'
Requires-Dist: matplotlib ==3.5.3 ; (python_version <= "3.7") and extra == 'visualize'
Requires-Dist: matplotlib ==3.6.1 ; (python_version > "3.7") and extra == 'visualize'

# DepthAI SDK

[![Discord](https://img.shields.io/discord/790680891252932659?label=Discord)](https://discord.gg/luxonis)
[![Forum](https://img.shields.io/badge/Forum-discuss-orange)](https://discuss.luxonis.com/)
[![Docs](https://img.shields.io/badge/Docs-DepthAI_SDK-yellow)](https://docs.luxonis.com/projects/sdk)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![](https://img.shields.io/pypi/v/depthai-sdk.svg)](https://pypi.org/project/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 [DepthAI SDK documentation page](https://docs.luxonis.com/projects/sdk/en/latest/).


## API

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