Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RockRobotic/exifwriter
Browse files Browse the repository at this point in the history
  • Loading branch information
arknoll committed May 28, 2021
2 parents ad669e7 + e6c6f9e commit a2c0643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Dowload zip file from the latest release https://github.com/RockRobotic/exifwrit

Unzip and navigate to the 'dist' folder and run the exifwrite program.

Select your trajectory file and the folder containing your camera images and click start. GPS data will be written to the photos in the folder you selected.
Select the csv file created by PCPainter and the folder containing your camera images and click start. GPS data will be written to the photos in the folder you selected. If you do not have the csv file, then a less accurate method can be used by selecting the trajectory file intead. NOTE: the csv file processing is preferred.

## Compatibility

Expand All @@ -22,4 +22,4 @@ conda create --name exifwriter python=3.8.3

pip install Gooey piexif pyinstaller pyproj

pyinstaller --noconsole --onefile --windowed exifwrite.py
pyinstaller --noconsole --onefile --windowed exifwrite.py

0 comments on commit a2c0643

Please sign in to comment.