stereolabs / zed-gstreamer

Package of GStreamer elements to interface with ZED Cameras
https://www.stereolabs.com/docs/gstreamer/
61 stars 23 forks source link

No such element or plugin 'zedsrc' #34

Closed keli95566 closed 2 years ago

keli95566 commented 2 years ago

Preliminary Checks

Description

Hi there, I tried to run the example on Jetson Nano using ZED SDK 3.5 and Cuda 10.2 following the readme.

Installation was successful and I found all the .so files under : /usr/local/gstreamer-1.0/ folder. But gst-inspect-1.0 couldn't find the installation, output only "No such element or plugin 'zedsrc'".

Steps to Reproduce

I tried to manually set export the environment variables: GST_PLUGIN_SYSTEM_PATH_1_0, GST_PLUGIN_PATH and GST_PLUGIN_PATH_1_0 to /usr/local/gstreamer-1.0/

Expected Result

Be able to inspect the installed gst streamer

Actual Result

GStreamer-WARNING **: 11:59:59.488: Failed to load plugin '/usr/local/gstreamer-1.0/libgstzedsrc.so': libgstzedmeta.so: cannot open shared object file: No such file or directory

(gst-plugin-scanner:24345): GStreamer-WARNING **: 11:59:59.489: Failed to load plugin '/usr/local/gstreamer-1.0/libgstzedodoverlay.so': libgstzedmeta.so: cannot open shared object file: No such file or directory

(gst-plugin-scanner:24345): GStreamer-WARNING **: 11:59:59.498: Failed to load plugin '/usr/local/gstreamer-1.0/libgstzeddemux.so': libgstzedmeta.so: cannot open shared object file: No such file or directory

(gst-plugin-scanner:24345): GStreamer-WARNING **: 11:59:59.499: Failed to load plugin '/usr/local/gstreamer-1.0/libgstzeddatamux.so': libgstzedmeta.so: cannot open shared object file: No such file or directory

(gst-plugin-scanner:24345): GStreamer-WARNING **: 11:59:59.499: Failed to load plugin '/usr/local/gstreamer-1.0/libgstzedsrc.so': libgstzedmeta.so: cannot open shared object file: No such file or directory

(gst-plugin-scanner:24345): GStreamer-WARNING **: 11:59:59.500: Failed to load plugin '/usr/local/gstreamer-1.0/libgstzedodoverlay.so': libgstzedmeta.so: cannot open shared object file: No such file or directory
No such element or plugin 'zedsrc'

ZED Camera model

ZED Mini

Environment

OS:Ubuntu 18.04 LTS
CPU: ARM64 (JETSON NANO)
ZED SDK 3.5
Cuda 10.2

Anything else?

All the other ZED tools work okay

dolikemedo commented 1 year ago

I followed the install SDK 3.8, Cuda 11.4 on a Jetson Orin, ubuntu 20.04 zedsrc not found How did you solve it? :)


Yeah I didn't install SDK properly. So install it properly first sry. :)