stereolabs / zed-gstreamer

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

Add dependency for linux install #59

Open djnugent opened 1 week ago

djnugent commented 1 week ago

Preliminary Checks

Proposal

Consider adding sudo apt install nvidia-l4t-jetson-multimedia-api as a linux dependency on jetson. Otherwise the user may get this error during make

/zed-gstreamer/gst-zedxone-src/lib/include/ArgusComponent.hpp:7:10: fatal error: Argus/Argus.h: No such file or directory
    7 | #include "Argus/Argus.h"
      |          ^~~~~~~~~~~~~~~
compilation terminated.

Use-Case

No response

Anything else?

No response