tags:

views:

47

answers:

1

Aside from using a hardware video encoding/decoding device, is there an easy was to capture frames from streaming videos and tag each frame with the current GPS coordinates?

Assume I am using windows, and I have the GPS coordinates sent in via USB and the camera is hooked up also. Any api or framework available for this?

+1  A: 

Use DirectShow to grab the frames - there are many examples available like this CodeGuru post.

jball