verticalphotoplacer / VerticalPhotoPlacer

A free open source plugin for QGIS that performs quick placement of vertical drone photos on map.
GNU General Public License v3.0
28 stars 16 forks source link

Notice: No worldfile generated. #17

Open davidbierzo opened 2 months ago

davidbierzo commented 2 months ago

I'm trying to georeference a drone image with .tiff format. I modified the virtual_photo_placer.py adding the .tiff format to the code and I added the sensor info to the camlist.xml. I had the following error: (Notice: No worldfile generated. Common reasons are: 1. The photos does not contain heading and altitude information. 2. The camera sensor is not supported. In case 2, please try to insert sensor name, width and height to the camlist.xml)

It is possible working with this type of files?

Thank you!