Slashdot Mirror


GPS/Direction Overlay on Video?

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."

20 comments

  1. Controller? by Murphy+Murph · · Score: 2, Informative

    What hardware are you using as a controller for the 5800?

    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.)

    --
    I dub thee... Sir Phobos, Knight of Mars, Beater of Ass.
  2. Re:Get a mixing desk then by hey! · · Score: 4, Interesting

    I'm guessing he wants to do it in the field. That way the footage is combind with the GPS location and time at the moment it's recorded. There's a lot of interesting applications for this, such as recording animal behavior for scientific studies etc.

    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 .. -15v = 0, +5 .. +15v = 1). This will work fine with some equipment but not others; for example laptops will generally receive the TTL level data as normal serial data, but PDAs usually don't.

    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.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  3. Re:Get a mixing desk then by Anonymous Coward · · Score: 0

    What a lame response. Why even respond if you're just going to say "what a lame question". Gee, what a friendly guy.

  4. GPS Overlay by tadheckaman · · Score: 5, Informative

    http://www.icircuits.com/prod_osd_main.html

    They have all sorts of boards that can overlay GPS on a video signal.

    --
    My potato gun was confiscated by the United Nations. They said I wasn't allowed to have weapons of mash destruction.
  5. microcontroller by Anonymous Coward · · Score: 0

    Can you intercept the video signal on the composite level? In that case you can do this with a simple single chip microcontroller.

  6. Build it yourself by kinema · · Score: 2, Interesting

    If you're interested in a self built solution I recommend you take a look at an article I saw in Circuit Cellar's January '04 issue, Remote Observation Station(PDF. by by Richard Dreher.

  7. Solution? by Anonymous Coward · · Score: 1, Funny

    doormat asks: "I've come up with a solution where I would need...."


    I'd say it sounds like you've come up with a problem, not a solution.

    1. Re:Solution? by Anonymous Coward · · Score: 0

      Are you sure he's not a solution in search of a problem?

      ~Anadromous Cowherd

  8. BOB by norkakn · · Score: 4, Informative

    I think what you want is the BOB

    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)

    1. Re:BOB by Telecommando · · Score: 2, Interesting

      McAfee Astrometrics has complete plans for building a time code inserter using the BOB3. It can also be configured to provide lattitude, longitude, altitude and date.

      http://mysite.verizon.net/vze8uqf1/id4.html

      --
      Beta sux! Join the Slashcott! http://hardware.slashdot.org/comments.pl?sid=4760465&cid=46173047
  9. Subtitles by nerd65536 · · Score: 2, Interesting

    The simplest, easiest and cheapest method is to encode your GPS data in a text subtitle format. For example, srt looks like this: 1 00:00:06,070 --> 00:00:08,070 Hello. The subtitles can be added in post processing, or just accompting the video file.

  10. Maybe this will work by OAB_X · · Score: 1

    Im not exactly sure if this is what you want, but if you have a Mac and Macromedia Director then you can go here

    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.

  11. Re:Get a mixing desk then by lscotte · · Score: 1

    I'm guessing he wants to do it in the field. That way the footage is combind with the GPS location and time at the moment it's recorded. There's a lot of interesting applications for this, such as recording animal behavior for scientific studies etc.

    Sure, so you know the location of the GPS antenna, but still not the location of the animal...

    --
    This post is licensed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License.
  12. And your question is...? by Anonymous Coward · · Score: 0

    This is ASK slashdot. You should have a question in there somewhere, but I can't find it.

  13. Who cares????? by Anonymous Coward · · Score: 0

    Fuck you fucking faggot!!! You are a stupid moron! Now go and suck dick you idiot.

    Please /. eds, don't allow more fucking idiotic questions like this. This is why K5 is much better and /. is dead (as Netcraft confirmed).

    Post pics of Natalie Portman stoned covered with hot grits!

    http://www.gero.com/

  14. Seems pretty damn simple by Marxist+Hacker+42 · · Score: 1

    Get a laptop and an ATIWonder PCMCIA card and a GPS unit. Hook camera and video recorder to card. Use GPS Software and camera software in 2 windows, overlaying the GPS software window so that you get the camera output with the GPS output beneath/beside it. Videotape screen output.

    What is so hard about this that there are only 16 replies?

    --
    SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
  15. This kit uses a chip used in VCRs plus a PIC by Locutus · · Score: 1

    I found this over a year ago and haven't tried it but they have a unit all set for the kind of GPS overlay you mentioned. UK based so if you're in the US, the 60(GBP) is going to cost you 115.57(USD)

    http://www.blackboxcamera.com/Stv5730a/STV5730A. ht m

    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

    --
    "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
  16. Re:This kit uses a chip used in VCRs plu( update ) by Locutus · · Score: 1

    these people sell this from Canada at $99(USD)

    http://www.hvwtech.com/pages/products1a.asp?CatI D= 5&SubCatID=23

    They have some other cool "toys" too. :-)

    LoB

    --
    "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus