Skip to main content

DepthAI Pipeline Builder GUI

Project description

DepthAI-GUI

This repository is a fork of PyFlow tool, to learn more about it, please click here to go to the original repository

DepthAI GUI is a WYSIWYG tool that allows to create a custom DepthAI pipelines, run them and see the results - all in one tool.

It's purpose is to allow users to create computer vision prototypes quickly, focusing on what rather than how

Demo

Gaze Example Demo

Install

pip install depthai-gui

Usage

To start the GUI, run

depthai-gui

To run a specific example (example.pygraph) run

depthai-gui -f /path/to/example.pygraph

Troubleshooting

AttributeError: module 'Qt' has no attribute 'QtGui'

We experienced this issue with Qt library on Ubuntu 18.04, and the cause of this error was in missing libraries.

To make it work, please make sure you have the following libraries installed:

sudo apt-get install libgl1-mesa-glx libpulse-dev libxcb-xinerama0 libfontconfig libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-xfixes0 libxcb-xkb1 libxkbcommon-x11-0

Here is a gist showing a working Ubuntu 18.04 example installation based on Docker.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

depthai-gui-1.0.12.tar.gz (48.1 MB view hashes)

Uploaded Source

Built Distribution

depthai_gui-1.0.12-py3-none-any.whl (48.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page