Install Delta X Software on Linux from source code

Install Qt:

    Jetson Nano:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install qt5-default
sudo apt-get install qtcreator
sudo apt-get install qtdeclarative5-dev
sudo apt-get install libqt5serialport5 libqt5serialport5-dev
sudo apt-get install qtmultimedia5-dev libqt5multimediawidgets5 libqt5multimedia5-plugins libqt5multimedia5
 

Install OpenCV:

    Jetson Nano:

Create file OpenCV-4-5-5.sh  and copy the content of this file:
https://raw.githubusercontent.com/Qengineering/Install-OpenCV-Jetson-Nano/main/OpenCV-4-5-5.sh
Run it

sh OpenCV-4-5-5.sh


     Raspberry Pi 3:

Create file OpenCV-3-3-1.sh  and copy the content of this file:
https://gist.githubusercontent.com/gaborvecsei/ad216f214731441bd66a34ae9a2dc3f3/raw/e9e3b222c148894560f5123080fe9e52a3de1c09/install_opencv_raspberry_pi_3b.sh

Run it

        sh OpenCV-3-3-1.sh

It will take about 3 hours to complete.


Install Delta X Software 0.9.6 beta:

    https://drive.google.com/file/d/1NaJIij_O0ANW7US1afiBZNVPgWS9o8Rb/view?usp=sharing


    Open QtCreator ---> Open Delta X Software project ----> Build