Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dette er en manual for hvordan sette opp ROV og tilhørende PC. This is a manual for how to set up the new ROV and additional software on your computer.

Install GUI for your computerPicture

STEP 1:

First make sure that you have the required software installed on your computer.

If you have any of this software already installed, feel free to skip a step.

First install python from this link


Image Modified

STEP 2:

Write the following command lines in your terminal or command prompt.:

pip3 install opencv-python

pip3 install pyqt5

Image Added

Step 3:

Download all Github files from 

this link.

Click the green code button and then "Download Zip" .

Make sure you unzip the file and put the files a place where Python can see the files.


Image Added

Step 4:

Now you can try running the file by writing 

python3 [Path]

In my case I took the files out of the folder and used the following command

python3 C:\Users\EliasWR\GUI_interface\main.py

After these steps the interface should show up like the picture.

Image Added

Image Added