This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
raspberry-pi-installation [2018/04/03 10:53] teq |
raspberry-pi-installation [2018/04/03 11:13] (current) teq |
||
---|---|---|---|
Line 5: | Line 5: | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get upgrade | sudo apt-get upgrade | ||
- | sudo apt-get install qt5-default libqt5script5 | + | sudo apt-get install qt5-default libqt5script5 libqt5quickwidgets5 libqt5multimedia5 |
</code> | </code> | ||
Line 12: | Line 12: | ||
wget "url to archive" | wget "url to archive" | ||
tar xfvz cameracontrollerpi.tar.gz | tar xfvz cameracontrollerpi.tar.gz | ||
+ | </code> | ||
+ | |||
+ | Finally you can start the application as follows: | ||
+ | <code> | ||
./cameracontroller | ./cameracontroller | ||
</code> | </code> |