Celeb Glow
updates | April 03, 2026

How to install fspy(camera matching software) on Ubuntu 18.04

I'm using Ubuntu 18.04. I tried to install fspy (camera matching software in which we use real time modeling) on Ubuntu 18.04 but it didn't work.
I downloaded the required files from Github repository then I used the command line sudo apt install fspy. But when I tried to open the software, it has only the python scripts.
How can I install fspy(camera matching software) on my Ubuntu 18.04?
What command lines should I use to install it?

1

1 Answer

Here are the steps:

  1. Download the fspy from github via this link
  2. Make the program executable by running this command in your terminal (you have to open your terminal in the folder containing the the downloaded file): chmod +x ./*.AppImage
    Or you can do it as showed in the GIF:
    Right click on the downloaded file, go to Properties>Permissions, then check Allow executing file as program.

enter image description here

  1. Now fspy is ready to be used, just double click on it and it will work.
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy