basler / gst-plugin-pylon

The official GStreamer plug-in for Basler cameras
BSD 3-Clause "New" or "Revised" License
42 stars 10 forks source link

Unable to Install Gstreamer Plug in #127

Open ebs27 opened 3 weeks ago

ebs27 commented 3 weeks ago

Hi,

I'm unable to install the Pylon Gstreamer plug-in. I'm using a NVIDIA Jetson Orin Nano with Ubuntu 22.04. When attempting to install the plug-in, I get a message saying that I am missing dependencies, but it doesn't list any dependencies. See the screenshot.

I have Gstreamer 1.20.3 installed and Pylon is installed and working.

Many thanks!

Screenshot from 2024-10-29 15-50-59

thiesmoeller commented 3 weeks ago

You installed pylon 8?

ebs27 commented 3 weeks ago

Pylon 7.4. I have Pylon Viewer working and can run the sample code provided with the SDK.

thiesmoeller commented 3 weeks ago

Best to use the compile on target option in the readme https://github.com/basler/gst-plugin-pylon?tab=readme-ov-file#debian-nvidia-packaging

ebs27 commented 3 weeks ago

I will give this a shot. Many thanks!