/depthai-viewer

Log images, point clouds, etc, and visualize them effortlessly. Built in Rust using egui

Primary LanguageRustApache License 2.0Apache-2.0

Depthai Viewer: The visualization tool for DepthAi

image

Getting started

Prerequisites

  • A working version of Python>=3.8

Install

# ---------- Linux / MacOS ----------
python3 -m pip install depthai-viewer
# ------------- Windows -------------
python -m pip install depthai-viewer

Run

python3 -m depthai_viewer
# --------  OR  ---------
depthai-viewer

Documentation

Depthai Viewer can be used as a visualization tool, just like rerun. It uses largely the same python logging api, so you can reefer to the relevant rerun documentation:

Status

We are in early beta, however any DepthAi capable device should work with the viewer. If it doesn't, feel free to open an issue.