Where do we need to put a libgstvmbsrc.so file to the gstreamer path so that we can use gst-launch-1.0 vmbsrc?
Hi,
Please put the lib to
/usr/lib/aarch64-linux-gnu/gstreamer-1.0
Remove the cache:
$ rm ~/.cache/gstreamer-1.0/registry.aarch64.bin
And see if the plugin is present.
Hi,
Not sure if source code of libgstvmbsrc.so is public. If yes, you may try to re-build it on TX2 and use the self-built one. Or probably other prebuilt libs are required for using the plugin.
You may try preloading libgomp:
LD_PRELOAD=/lib/aarch64-linux-gnu/libgomp.so gst-launch-1.0 vmbsrc ...
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.