Generic Devices
Run the API locally on your own device
Last updated
Run the API locally on your own device
Last updated
Any OAK camera from the OAK-1 or OAK-D series
Any controller from the or series.
Robopipe API is open source and free for anyone to download, play with, and modify. Follow these steps to get Robopipe API running on your local device. The source code can be found .
Before you run Robopipe API on your device, make sure you have the following prerequisites.
You have cloned the .
You have 3.11.10 or higher installed.
Though it is not a requirement for running the API, you should be able to connect to a Luxonis device, otherwise the things you can do with the API are greatly limited.
If you also wish to use the you need to run the API on a Unipi device.
In your terminal, change directory to the one containing the Robopipe API source code.
Set up and activate virtual environment (this step is optional if you have venv already active).
Install dependencies.
Run the API.
Clone the .
Configure the API according to .
If you want to run the API using FastAPI CLI, you also need to install the CLI additionally to already installed dependencies. To learn more about FastAPI CLI please refer to .