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

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

liborw opened this issue · comments

Preliminary Checks

  • This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • This issue is not a question, feature request, or anything other than a bug report directly related to this project.

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.

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