246
edits
Line 275: | Line 275: | ||
''Note: If the dependency is not found, it will skip the compilation, and a message will be shown during the construction.'' | ''Note: If the dependency is not found, it will skip the compilation, and a message will be shown during the construction.'' | ||
If when a GStremear pipeline is run and shows up the following error: | |||
<syntaxhighlight lang=bash> | |||
(gst-plugin-scanner:8314): GStreamer-WARNING **: 10:34:29.285: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstrvstabilize.so': libgstcameradrivermeta.so: cannot open shared object file: No such file or directory | |||
No such element or plugin 'rvstabilize' | |||
</syntaxhighlight> | |||
Apply the following: | |||
<syntaxhighlight lang=bash> | |||
sudo mv /usr/local/lib/libgstcameradrivermeta.so /usr/lib/ | |||
</syntaxhighlight> | |||
== Testing the project == | == Testing the project == |
edits