stereolabs / zed-docker

Docker images for the ZED SDK
https://hub.docker.com/r/stereolabs/zed/
MIT License
52 stars 19 forks source link

bash: /usr/local/zed/tools/ZED_Explorer: No such file or directory #47

Closed liborw closed 1 year ago

liborw commented 1 year ago

Preliminary Checks

Description

The whole /usr/local/zed/tools directory is missing, here is the content of the /usr/local/zed:

root@1e1d87bf97e9:/usr/local/zed# tree
.
|-- get_python_api.py
|-- include
|   `-- sl
|       `-- Camera.hpp
|-- lib
|   |-- libsl_ai.so
|   |-- libsl_zed.so
|   `-- libsl_zed_static.a
|-- resources
|-- settings
|-- zed-config-version.cmake
`-- zed-config.cmake

Steps to Reproduce

  1. sudo podman pull docker://stereolabs/zed:3.8-devel-cuda11.7-ubuntu20.04 (tried olso 18.04 with same outcome)
  2. sudo podman run --gpus all -it stereolabs/zed:3.8-devel-cuda11.7-ubuntu20.04
  3. /usr/local/zed/tools/ZED_Explorer
bash: /usr/local/zed/tools/ZED_Explorer: No such file or directory

Expected Result

I would expect that the ZED_Explorer is found and started...

Actual Result

The ZED_Explorer is not found.

ZED Camera model

ZED2i

Environment

OS: host: Arhclinux client: Ubuntu
Podman version 4.3.1

Anything else?

The documentation https://www.stereolabs.com/docs/docker/install-guide-linux/#download-a-zed-sdk-docker-image is also outdated.

adujardin commented 1 year ago

The tools require OpenGL support and only run on gl-devel image variants

See dockerhub readme for a tag list and the main readme for enabling display support