I’m attempting to make an app, that records video, and “embeds” the current gps-coordinates in the recorded video.
But I can’t seem to find a way of adding the text to the frames while recording.
My target version is 4.0.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use OpenCv library
http://opencv.org/downloads.html
It’s an image processing library that allows you to do lots of cool with your frame.
Also, if you look at their provided sample projects there is one project that is doing exactly what you just described.