Reply
Thread Tools
Posts: 4 | Thanked: 1 time | Joined on Jan 2010
#1
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

Last edited by chemist; 2010-01-13 at 14:18. Reason: status
 
chemist's Avatar
Administrator | Posts: 1,036 | Thanked: 2,019 times | Joined on Sep 2009 @ Germany
#2
Please create a brainstorm item for this.

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

The Following User Says Thank You to chemist For This Useful Post:
chemist's Avatar
Administrator | Posts: 1,036 | Thanked: 2,019 times | Joined on Sep 2009 @ Germany
#3
Merge for Multimedia thread requested.
 
Posts: 1 | Thanked: 0 times | Joined on Apr 2010
#4
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 :-)
 
Posts: 2 | Thanked: 0 times | Joined on May 2010
#5
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




Originally Posted by shskjong View Post
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 :-)
 
Reply


 
Forum Jump


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