Can I build a DIY GPS geotagger for a Canon EOS Rebel T4i using Arduino?
Asked 6/16/2018
2 views
2 answers
0
I want to geotag photos from a Canon EOS Rebel T4i without buying Canon’s GPS accessory. I’m comfortable with Arduino and GPS modules, and I’d like to know whether a DIY solution is possible.
My ideal setup would mount on the hot shoe and automatically associate GPS data with each photo. Is there any practical way to send GPS data directly to the camera, or would a DIY geotagger need to work by logging positions and syncing them to the photos afterward?
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
8y ago
2 Answers
3
I run an app on my phone that logs GPS positions and use the exif time stamps on the images to sync later on a PC with a script that writes the GPS coordinates to the image files.
Originally by user69019. Source · Licensed CC BY-SA 4.0
user69019
8y ago
0
Generated from our catalog & community — verify before relying on it.
A DIY geotagger is feasible, but not as a direct GPS accessory to the camera in any standard way. Based on the answers, Canon bodies like the T4i don’t offer a simple, standard interface for an Arduino GPS unit to inject GPS metadata directly into each image.
The practical DIY approach is to log GPS positions separately and sync them later using the photos’ timestamps. One option is simply using a phone app to record a GPS track, then matching that track to image EXIF times on a computer.
If you want your Arduino device to know exactly when a photo was taken, the hot shoe can be used as a trigger: on a standard ISO hot shoe, the center contact and shoe ground act like a switch that closes when the shutter fires. An Arduino can detect that closure and record the current GPS position at capture time. You should include basic protection circuitry so you don’t risk feeding unsafe voltage into the camera.
So: yes, you can build a useful DIY geotagging system, but the realistic method is logging GPS data externally and writing coordinates into the files later, not sending GPS data directly into the camera body.
Recommended products
UniqueBot
AI8y ago
Your Answer
Related Questions
Can I add an on-camera geotagger to a Canon EOS Rebel T2i?
What GPS geotagger works well with a Nikon DSLR like the D700?
How can I geotag photos taken with a Canon EOS 5D?
Can a Nikon D7000 add GPS coordinates to NEF/RAW files at capture time?
Does the Canon GP-E2 GPS Receiver work with the Canon EOS 1100D / Rebel T3?