Closed AhmedL99 closed 5 months ago
Hello Ahmed,
what camera model are you using? Specifically the interface.
Next:
Do you have the python plugin loader installed? Check with gst-inspect-1.0 python
.
If not, install with sudo apt install gstreamer1.0-python3-plugin-loader
.
What folder is the plugin in, is it specifically plugins/python?
The problem was solved by installing the plugin loader, thanks a lot!
Great, thank you for the feedback. The missing plugin loader is a general issue in the current gstreamer python module version it seems.
System infos:
Bug description:
After the installation of gst-vmbsrc and successfully running this command in CLI
I attempted to execute the same command using Python and the gi library, but encountered this error:
Gst global variables
GST_PLUGIN_SYSTEM_PATH
&GST_PLUGIN_PATH
are set to the appropriate plugin folder and we had even used theGst.Registry.scan_path()
option.The goal is to launch the GStreamer command and extract certain metrics ( no need for
VmbPy
)Looking forward to hearing from you, Ahmed