Introduce DepthAI SDK
DepthAI SDK is a Python package, containing convenience classes and functions that help in most common tasks while using DepthAI API.
Package documentation - https://docs.luxonis.com/projects/sdk/en/latest/
PyPI page - https://pypi.org/project/depthai-sdk/
To install the package, please run the following command
pip install depthai-sdk
To see this package in action, you can check the getting started guide or the following experiments:
gen2-people-counter
: https://github.com/luxonis/depthai-experiments/tree/master/gen2-people-countergen2-human-pose
: https://github.com/luxonis/depthai-experiments/tree/master/gen2-human-posegen2-road-segmentation
: https://github.com/luxonis/depthai-experiments/tree/master/gen2-road-segmentation
To know more about the DepthAI itself, visit our documentation or our webpage