Hello,
I want to get GPS position for each image I take with Tetracam ADC Lite camera without having to analyze the log file after each flight. This camera has a dedicated RS-232 to capture the NMEA GPS sentences.
I´m using APM 2.6 with u-blox GPS. I want to know if someone has used the dedicated input (RS-232 to capture the NMEA GPS sentences) directly from the autopilot-gps connection? Which wires should I used for passing this information to the camera? Any hint on how to do it would be great!
Thanks!
Replies
Are you planning on stitching the imagery after you geotag it? If so, what stitching software to you plan on using? Its worth noting that the ADC Lite uses a rolling shutter sensor and most stitching software does not like that.
Any luck with this? I also have an ADC Lite which would benefit from this. A question for you, how are you currently geotagging? Mission planner is not working for me since it seems pixel wrench strips the EXIF information and changes the file time when converting RAW to TIF or JPG?
or just get another gps that is rs232 and feed the camera with that...cruder heavier but a bit simpler to implement.
Is the camera expecting true RS232 voltages? If so the ublox is ttl voltage level. You could build a level shifter such as with a max232 chip, tee the tx and gnd signals from the gps to the level shifter circuit, and feed the output of the level shifter to the camera.
I don't know if the ublox can drive 2 sources well, but I would think it would, just beware...if not then it will need buffering, and the output of the buffer sent to the apm and level shifter.