739
edits
Line 97: | Line 97: | ||
== Building the project == | == Building the project == | ||
=== GStreamer only === | === GStreamer only === | ||
Everything will be done in the '''$HOME''' directory. Let's start by going to home directory. | |||
<syntaxhighlight lang="bash"> | |||
cd $HOME | |||
</syntaxhighlight> | |||
==== 1. Install the GstCameraDriverMeta ==== | ==== 1. Install the GstCameraDriverMeta ==== | ||
Line 200: | Line 204: | ||
cd $HOME | cd $HOME | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Build RidgeRun Video Stabilization Library === | === Build RidgeRun Video Stabilization Library === | ||
Once the dependencies have been met you can clone the repository. You can run a default compilation with the following: | Once the dependencies have been met you can clone the repository. You can run a default compilation with the following: |
edits