ExifTool Forum

ExifTool => Newbies => Topic started by: refrain on November 23, 2014, 09:17:40 AM

Title: How to update photo metadata with other data automatically using C++ ExifTool?
Post by: refrain on November 23, 2014, 09:17:40 AM
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
Title: Re: How to update photo metadata with other data automatically using C++ ExifTool?
Post by: Phil Harvey on November 24, 2014, 06:56:24 AM
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