GPS/Direction Overlay on Video? 20
doormat asks: "I've come up with a solution where I would need to overlay the current GPS location (Lat/Long) as well as the current direction onto a video stream. I've seen it on still cameras but not on video cameras. I've got the equipment for survey-grade GPS, I just need to put in onto the video frames, either in real-time or somehow in post-processing."
Controller? (Score:2, Informative)
Though the 5800 has NEMA output via it's serial ports, it can not do the processing on-board for RTD or RTK. (I assume RTD because of the base you linked to.)
Re:Get a mixing desk then (Score:5, Interesting)
I don't know anything about video, but I do know quite a bit about GPS. GPS's universally send NMEA strings, which are essentially comma delimited 1 record per line data, the first field containing the class of data being sent. They all send various kinds of status information, such as the current fix, last good fix, satellite strength etc. Some makes, such as Garmin, have their own proprietary protocols, but also support NMEA as well.
The NMEA standard interface is basically a very rudimentary subset of RS-232 that should interconnect with computing equipment. This stnadard facilitates doing things like hooking your GPS up to yoru fish finder (NMEA -- national marine electronics association).
Some cheap OEM devices designed for embedding in equipment don't even do that -- they simply send TTL level bits over the TX interface (0v = 0, 5v = 1, instead of -5
So, my guess is the poster is requiring something whose overall structure looks like this:
GPS --> NMEA fix extraction --> Text Formatting --> Overlay text on live video --> record.
There are degrees of freedom in each step of this chain. For example, a laptop could take the RS-232 from an consumer handheld, use a Perl script to extract the NMEA strings and format them, take a live video feed over Firewire and use the built in facilities of some video capture software to overlay the text on the video and save the video to the laptop's hard drive in MPEG format.
That said, this particular solution probably doesn't meet his needs because he probably wants to be able to walk around with his compact camera.
Re:Get a mixing desk then (Score:1)
Sure, so you know the location of the GPS antenna, but still not the location of the animal...
GPS Overlay (Score:5, Informative)
They have all sorts of boards that can overlay GPS on a video signal.
Build it yourself (Score:3, Interesting)
Solution? (Score:1, Funny)
I'd say it sounds like you've come up with a problem, not a solution.
BOB (Score:5, Informative)
http://www.decadenet.com/bob3/bob3.html
I've used the BOB 2 and it's user friendly and easy to set up, It has a simple interface language to do the overlay code, which is sent over a serial connection. The video is just passed through. The BOB 2 didn't allow colour in overlay mode, but some of the new models probably do. RS-232 is simple enough that you could build yourself an interface pretty easily, or you could run it through a computer or palm (they have a way to drive a serial connection i'd hope)
Re:BOB (Score:3, Interesting)
http://mysite.verizon.net/vze8uqf1/id4.html [verizon.net]
Subtitles (Score:2, Interesting)
Maybe this will work (Score:1)
That may not be of any help at all, but it might work. I have not use Director, nor do I know its limitations, so, it may not work. I dont even know if that little script can do what you want it to do.
Seems pretty damn simple (Score:2)
What is so hard about this that there are only 16 replies?
This kit uses a chip used in VCRs plus a PIC (Score:2)
http://www.blackboxcamera.com/Stv5730a/STV5730A
There are others in the US for around the same price but this one looks very flexible in that you can program / configure alot of it or all of it since it's a flash based PIC running the show.
LoB
Re:This kit uses a chip used in VCRs plu( update ) (Score:2)
http://www.hvwtech.com/pages/products1a.asp?Cat
They have some other cool "toys" too.
LoB