Open kavishmshah opened 1 year ago
You could have two different issues, but I'm not certain which. Assuming your build was correct, you may need to source the install path for the plugin before gstreamer will find it. "GST_PLUGIN_PATH"
But you may have also had build or install problems (such as no write permissions to install the plugin). "sudo ninja"
You can find more details here: https://gstreamer.freedesktop.org/documentation/installing/building-from-source-using-meson.html?gi-language=c
I came across the same issue. The warnings and notes are fine as long as it builds the file libgstspinnaker.so. I found manually copying the file to gstramers plugin the easiest solution.
sudo cp libgstspinnaker.so /usr/lib/x86_64-linux-gnu/gstreamer-1.0
Hi,
I am trying to have my FLIR Blackfly S USB run with gstreamer. I cloned and tried building the package. When I enter the command "ninja" to build the package, I get a lot of warnings and notes. Am I doing something wrong?
Thanks!