2026-01-19 12:18:03 +08:00
2026-01-19 12:18:03 +08:00
2026-01-19 12:18:03 +08:00
2026-01-19 12:18:03 +08:00
2026-01-19 12:18:03 +08:00

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)

  1. Allow local X11 access for root:
xhost +local:root
  1. Start the container:
docker compose up
  1. Open a shell in the running container:
docker compose exec zed bash

Dev Container (VS Code / compatible)

  1. Open this folder in a Dev Container-capable editor.
  2. It will use .devcontainer/devcontainer.json and docker-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/usb and the container runs privileged for camera access.
  • The workspace is mounted at /workspaces/zed-playground.
Description
No description provided
Readme 53 KiB
Languages
C++ 92.6%
CMake 3.9%
Dockerfile 2.4%
Shell 1.1%