NaturalGIS / naturalgis_geotag_and_import_photos

A QGIS plugin to tag and geo-tag photos (and import them as point layer)
GNU General Public License v2.0
9 stars 4 forks source link

Geotag: The process hangs if more than around 150 photos in a directory #6

Open gioman opened 9 years ago

gioman commented 9 years ago

One user comments that "Open the Phyton console before you start to load the pictures. this prevents the process from hanging (i have no idea why)".

jdugge commented 6 years ago

I believe this happens because there are print statements in the code: when no console is available, Python will crash after trying to print 4096 bytes.

I had a similar problem with the plugin, and removing the print statements in importthread.py fixed it.