This repository contains the code for the integration of DepthAI SDK into RobotHub.
This library is intended to be only used with RobotHub.
Please visit RobotHub documentation page.
To install this package, run the following command in your terminal window
$ python3 -m pip install robothub
python setup.py sdist
it will create a dist folder in the project root and in there, it will create __robothub-version.tar.gz
to install it locally, use
pip install --upgrade /path/to/robothub/source/dist/robothub-2.5.4.tar.gz
replace the 2.4.5 with correct version
You can find examples in the robothub-examples repository.
This project is licensed under the terms of the MIT license.