Hello.
Today we’ll talk about an amazing toolkit Openframeworks.
I installed it (stable 0.9.8 version) on Ubuntu 16.04 without any problems (see instruction, but don’t forget to run the install_codecs.sh script).
Continue reading “OpenFrameWorks with ofxCv in the QTCreator”
Category: ubuntu
Jubilinux 3.0 stretch and a gamepad.
After my sd-card crashing I found a new version of Ubilinux on jubilinux.org. Thank you, Robin Kirkman! Continue reading “Jubilinux 3.0 stretch and a gamepad.”
Install the OpenCV 3.1 on Ubuntu 14.04 with CUDA support
Hello, today we’ll install the OpenCV library on the Ubuntu 14.04 operation system. We need the installed CUDA 7.5 (we have done it in the previous post). First, we have to update our Ubuntu system. Open your terminal and execute:
1 |
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get autoremove |
Continue reading “Install the OpenCV 3.1 on Ubuntu 14.04 with CUDA support”
Installation CUDA 7.5 on Ubuntu 14.04.
We have the clean Ubuntu 14.04 system. We don’t need to install NVidia drivers. We have to download CUDA 7.5 .run file from NVidia site. Open terminal and type:
1 |
sudo stop lightdm |
to stop SeverX.