Notices


Reply
Thread Tools
Posts: 44 | Thanked: 9 times | Joined on Dec 2012
#1
Searching on the web to see if I can find an upgrade or a 3rd party software that can improve the quality of my video recordings on my n900. All I have found are old posts and threads of similar requests for a higher quality for the recorder. Was there ever an upgrade script or app for better video recording (less shaking of image,skipping frames,higher pixels..?
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#2
http://maemo.org/packages/view/gstreamer-tools/

I am not sure what to say more precisely since I don't use vid recording very much, but either way, you'll be wanting something that is provided by gstreamer, be it with a GUI or not.

If no programs were written that do what you require I would look at those packages and see what you can come up with from the command line.
 

The Following User Says Thank You to anthonie For This Useful Post:
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#3
Actually I got kind of curious, so I installed it:

Code:
sudo apt-get update && apt-get install gstreamer-tools
It seemed to be working but I ran into this cryptic error message pretty soon.

~ $ gst-launch v4l2src ! ffmpegcolorspace ! udpsink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
ERROR: from element /GstPipelineipeline0/GstV4l2Src:v4l2src0: Device '/dev/video0' cannot capture at 2592x1968
Additional debug info:
gstv4l2object.c(1919): gst_v4l2_object_set_format (): /GstPipelineipeline0/GstV4l2Src:v4l2src0:
Call to S_FMT failed for YUYV @ 2592x1968: Device or resource busy
ERROR: pipeline doesn't want to preroll.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...

I am not sure wheather my test command was sufficient enough or that I should have sent te output to localhost somewhere.

Time to sleep. No cam needed.

Edit: note this was the feedback on the terminal screen. the standard error output redirected to a file was even more lovely: only mentioned the pipeline didn't want to preroll.

Code:
~ $ gst-launch v4l2src ! ffmpegcolorspace ! udpsink 2> gst-errors.txt

Last edited by anthonie; 2013-02-05 at 00:45.
 

The Following 2 Users Say Thank You to anthonie For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#4
you need to use v4l2camsrc
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer


Last edited by freemangordon; 2013-02-06 at 07:57. Reason: typo
 

The Following 2 Users Say Thank You to freemangordon For This Useful Post:
Posts: 44 | Thanked: 9 times | Joined on Dec 2012
#5
great, where would I find the link? Is it in the repo?
 
Reply


 
Forum Jump


All times are GMT. The time now is 05:29.