Hi everyone,
i want to add my panoramic photos to new google maps as a sphere photo. My photos shutted ladybug 3 camera with gps exif data. google says you can add meta data your photos individually from this site http://photo-sphere.appspot.com/ . İ have a lot of photos and i want add xmp data batch process.
google explained how does it work https://developers.google.com/photo-sphere/metadata/?hl=tr
i added a sample photo.
sorry my bad english.
thanks for helps.
I can't help with the google stuff, but ExifTool supports the Google Panorama tags (https://exiftool.org/TagNames/XMP.html#GPano)
The general syntax for an ExifTool command is:
exiftool -TAG1=VALUE1 -TAG2=VALUE2 ... image.jpg
So once you figure out what you want to write, the rest should be easy.
- Phil
Thanks for help Phil.
moral
This post has some instructions on how to use Exiftool from the command line to add Google PhotoSphere data (Check Method #3)
http://www.panotwins.de/technical/how-to-add-mandatory-photo-sphere-meta-data-to-an-equirectangular-image/ (http://www.panotwins.de/technical/how-to-add-mandatory-photo-sphere-meta-data-to-an-equirectangular-image/)
Hope this helps.