4e8a4a5579e8e947546af499440ffebaea2fa12b
ZED Playground
This repo provides a Docker Compose setup and Dev Container config based on
stereolabs/zed:5.1-gl-devel-cuda12.8-ubuntu24.04.
Prerequisites
- Docker + Docker Compose v2
- NVIDIA Container Toolkit (GPU support)
- ZED camera connected via USB (optional)
If you use GUI apps inside the container, you need X11 access from the host.
Quick Start (Docker Compose)
- Allow local X11 access for root:
xhost +local:root
- Start the container:
docker compose up
- Open a shell in the running container:
docker compose exec zed bash
Dev Container (VS Code / compatible)
- Open this folder in a Dev Container-capable editor.
- It will use
.devcontainer/devcontainer.jsonanddocker-compose.yml.
Notes
- If you are on Wayland, X11 forwarding may require XWayland. If GUI apps do not appear, log into an X11 session or enable XWayland.
- USB devices are passed through via
/dev/bus/usband the container runsprivilegedfor camera access. - The workspace is mounted at
/workspaces/zed-playground.
Description
Languages
C++
92.6%
CMake
3.9%
Dockerfile
2.4%
Shell
1.1%