Hi Phil,
I am trying to add some data to a folder of images from a csv file I have created. Update: sorry, it did work after all. Please delete this thread. (sorry)
Cheers,
Dave
Hi Dave,
For this to work you will need a config file that defines your PoseHeadingDegrees, etc tags.
You must be able to write them first with a command like this: exiftool -posheadingdegrees=1 FILE
And then read it back again with: exiftool -posheadingdegrees FILE
- Phil