How to update photo metadata with other data automatically using C++ ExifTool?

Started by refrain, November 23, 2014, 09:17:40 AM

Previous topic - Next topic

refrain

Hello, I'm newbie here. I want to ask you something I dont really know since this is my very first time using exiftool and ubuntu.

Well, I want to integrate aerial photo metadata with datas of ADAHRS sensor automatically. The process will be occured when UAV is flying in the sky to capture an image. Then sensor's data will be added automatically into those metadata. Is it possible to integrate photo metadata with sensor's data automatically using C++ ExifTool? Is there script's example for adding some data to photo metadata automatically?

Thank you for your attention.

Regards,
Intan

Phil Harvey

Hi Intan,

This is possible, but will require you to write a script to parse the sensor data.  I can't give any more details without having more details about what you want to write.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).