Hi,
We are capturing photos with GPS coordinates and camera orientation (Yaw, Roll, Pitch) angles. General question is how to import these 6 values for each photo?
- I managed to import photos with GPSLongitude, GPSLatitude, GPSAltitude values ok through exif metedata, but I have problems with Yaw (GPSImageDirection, Pitch, Roll components. I set them through exif tool like that
exiftool.exe -GPSLongitude=“14.273586” -GPSLatitude=“50.860361” -GPSAltitude=“1.5” -“GPSImgDirection”=“10.1” -GPSPitch=“10.2” -GPSRoll=“-15.3” %file_new%
Pith and Roll fields I define by myself like in https://sno.phy.queensu.ca/~phil/exiftool/config.html
But I don’t see updated values in RC. Any suggestions?
- Maybe it is possible to load gps and orienation values through command line?
Thanks