Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arknoll authored May 18, 2021
1 parent ec393e6 commit e6c6f9e
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 e6c6f9e

Please sign in to comment.