maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Brainstorm (https://talk.maemo.org/forumdisplay.php?f=47)
-   -   [Proposal pending] Brainstorm for N900 video recording with GPS speed embedded in recording and movie (https://talk.maemo.org/showthread.php?t=39839)

Pinni3 2010-01-09 10:27

[Proposal pending] Brainstorm for N900 video recording with GPS speed embedded in recording and movie
 
I already started this toppic http://talk.maemo.org/showthread.php?t=39699

The sugested to make a brainstorm post for this idea .

the content of the main idea :

I did search the forum but i did not find any application like this.

I would like to record my daily drive to work with the N900 .
That works with the normal N900 app. I Would realy like that the GPS speed would be included in the movie and/or shown when recording .

Is this possible to make an app for that, or does the cam only work with software of the N900?

I realy would like to hear it from you guy's .

Kind regards
Pinni3


Somthing like this :D
http://farm5.static.flickr.com/4019/...95fbd5fa_o.jpg

chemist 2010-01-10 01:13

Re: Brainstorm for N900 video recording with GPS speed embedded in recording and movie
 
Please create a brainstorm item for this.

Read through the brainstorm links in my sig for further info.

chemist 2010-01-13 14:14

Re: Brainstorm for N900 video recording with GPS speed embedded in recording and movie
 
Merge for Multimedia thread requested.

shskjong 2010-05-10 23:31

Re: Brainstorm for N900 video recording with GPS speed embedded in recording and movie
 
HI.
Does anyone have a sample of how to add text to gstreamer video from c/c++ or Python, and update that text live as it changes?

I've read a bit about gstreamer but obviously not enough :-)

dnowlan 2010-11-04 12:33

Re: Brainstorm for N900 video recording with GPS speed embedded in recording and movie
 
A little late but hopefully it may still help you. The following script I wrote is for the n900.

$1 - IP address to stream video to
$2 - port
$3 - which camera to grab
0- back camera
1 - front camera
$4 - what text you want


gst-launch v4l2src device=/dev/video$3 ! videoscale! video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! cairotextoverlay text="$4" ! jpegenc ! multipartmux ! tcpserversink host=$1 port=$2

... and of course the receiving script of the video stream

gst-launch tcpclientsrc host=$1 port=$2 ! multipartdemux ! jpegdec ! autovideosink




Quote:

Originally Posted by shskjong (Post 652532)
HI.
Does anyone have a sample of how to add text to gstreamer video from c/c++ or Python, and update that text live as it changes?

I've read a bit about gstreamer but obviously not enough :-)



All times are GMT. The time now is 21:59.

vBulletin® Version 3.8.8