Running ZED SDK in a Docker Container
Docker is the easiest way to set up ZED SDK on Linux and NVIDIA® Jetson™. Docker uses containers to create virtual environments that contain all the required dependencies and isolate an installation from the rest of the system.
StereoLabs provides two types of ZED SDK Docker images for each release:
-
runtimeimages include the minimum dependencies required to run applications using the ZED SDK. Use these images for production. -
develimages are ideal for development. They contain all the tools needed to compile an application including CUDA, static libraries and headers of the ZED SDK.
Run a ZED SDK Container
Use the following command:
The --gpus all command adds all available GPUs to the container, and --privileged grants permission to the container to access the camera connected with USB.

