Jump to content

GstCUDA - Evaluating GstCUDA: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 117: Line 117:
where ''/path/to/evaluation/binary'' is the location in your file system where you have the binary provided by RidgeRun.
where ''/path/to/evaluation/binary'' is the location in your file system where you have the binary provided by RidgeRun.


Additionally, you may just copy the binaries into the standard GStreamer plug-in search path as the follow instructions:
Alternatively, you may just copy the binaries into the standard GStreamer plug-in search path as the follow instructions:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
cp XXX YYY
sudo cp /path/to/evaluation/binary/usr/lib/aarch64-linux-gnu/gstreamer-1.0/{libgstcudaexamplefilter.so, libgstcuda.so} /usr/lib/aarch64-linux-gnu/gstreamer-1.0
sudo cp /path/to/evaluation/binary/usr/lib/aarch64-linux-gnu/{libgstcuda-1.0.so, libgstcuda-1.0.so.0, libgstcuda-1.0.so.0.100.0} /usr/lib/aarch64-linux-gnu
sudo cp /path/to/evaluation/binary/usr/include/gstreamer-1.0/sys/cuda/{gstcudaalgorithm.hpp, gstcudabasefilter.h, gstcuda.h} /usr/include/gstreamer-1.0/sys/cuda
</syntaxhighlight>
</syntaxhighlight>


1,433

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.