stereolabs / zed-docker

Docker images for the ZED SDK

Home Page:https://hub.docker.com/r/stereolabs/zed/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZED_Explorer, ZED_Depth_Viewer not working in docker environment

jagin opened this issue · comments

Hi,

I have Jetson TX2 with fresh JetPack 4.4.1 installed.
I went with the following procedure (https://www.stereolabs.com/docs/docker/install-guide-jetson/):

$ docker pull stereolabs/zed:3.3-devel-jetson-jp4.4
$ xhost +si:localuser:root
$ docker run -it --runtime nvidia --privileged \
    -e DISPLAY \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    stereolabs/zed:3.3-devel-jetson-jp4.4

Running `ZED_Explorer I got a segmentation fault:

# tools/ZED_Explorer
nvbuf_utils: Could not get EGL display connection
Segmentation fault (core dumped)

I was trying also 3.3-devel-jetson-jp4.3 but the same happens.

I'm not able to run ZED_Explorer and ZED_Depth_Viewer with docker environment.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days