This is an old revision of the document!
====== Raspberry Pi installation ====== Open a terminal and run the following commands in the terminal: <code> sudo apt-get update sudo apt-get upgrade sudo apt-get install qt5-default libqt5script5 libqt5quickwidgets5 </code> Then download the Camera Controller archive (ideally using "wget" command). <code> wget "url to archive" tar xfvz cameracontrollerpi.tar.gz </code> Finally you can start the application as follows: <code> ./cameracontroller </code>