Hi! There is something wrong with the ./install_dependencies.sh script as it stops at a point and throws out this:
WARNING: The following packages cannot be authenticated!
libgstreamer1.0-0 liborc-0.4-0 libgstreamer-plugins-base1.0-0 gstreamer1.0-omx libgstreamer-plugins-bad1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 gstreamer1.0-alsa gstreamer1.0-plugins-good gstreamer1.0-pulseaudio gstreamer1.0-x libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
I tried to install different versions of those, libgstreamer0.10-0 (replaced all 1.0 with 0.10). I was able to install everything except gstreamer1.0-omx (it was also not possible to find an alternative version with apt-cache search).
oF compiled fine, but then I had problems with launching the opencvExample project. It compiled and launched fine, except it had problems with ofGstVideoUtils:
[warning] ofGstVideoUtils: update(): ofGstVideoUtils not loaded
I will try to launch the opencvExample on my old RPi oF system that was made about 3 months ago and did not have any dependency problems and see what happens, but maybe someone has faced the same issue and knows what could be wrong there?
I’m using 2014-01-07-wheezy-raspbian.img
The same happens if I clone the master branch from the oF github repo.