- A working version of Python>=3.8
# ---------- Linux / MacOS ----------
python3 -m pip install depthai-viewer
# ------------- Windows -------------
python -m pip install depthai-viewer
python3 -m depthai_viewer
# -------- OR ---------
depthai-viewer
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:
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.