Reply
Thread Tools
Posts: 115 | Thanked: 98 times | Joined on Aug 2011
#931
I was trying to record a 720p video without CSSU's 'camera-ui', I used 'gst-launch-0.10' command. but I got . . .

Code:
BusyBox v1.19.3 (Debian 1.19.3power5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ cd MyDocs
~/MyDocs $ gst-launch-0.10 -v v4l2camsrc device=/dev/video0 ! video/x-raw-yuv,w
idth=1280, height=720!dspmp4venc !avimux!filesink location=test.avi
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstV4l2CamSrc:v4l2camsrc0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30/1, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstV4l2CamSrc:v4l2camsrc0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30/1, width=(int)1280, height=(int)720
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30/1, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)30/1, width=(int)1280, height=(int)720
/GstPipeline:pipeline0/GstDspHdMp4VEnc:dsphdmp4venc0.GstPad:src: caps = video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)1280, height=(int)720, framerate=(fraction)30/1
create_node: dsp node allocate failed
sink_setcaps: dsp node creation failed
ERROR: from element /GstPipeline:pipeline0/GstV4l2CamSrc:v4l2camsrc0: Internal data flow error.
Additional debug info:
gstbasesrc.c(2378): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2CamSrc:v4l2camsrc0:
streaming task paused, reason not-negotiated (-4)
Execution ended after 143585217 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
/GstPipeline:pipeline0/GstDspHdMp4VEnc:dsphdmp4venc0.GstPad:src: caps = NULL
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = NULL
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = NULL
/GstPipeline:pipeline0/GstV4l2CamSrc:v4l2camsrc0.GstPad:src: caps = NULL
Setting pipeline to NULL ...
Freeing pipeline ...
~/MyDocs $
What should I do? Anyone can help me?
Thanks.
 

The Following 2 Users Say Thank You to AWasisto For This Useful Post:
Posts: 372 | Thanked: 61 times | Joined on Jan 2012
#932
i installed bless N900 from the repo and also fcam to test which one is better. fcam works fine but the pic quality is not that good. when i tried to take pic with bless it closed automatically as soon as i pressed the cam button to take images. bdw i am using kp50, hd codecs to play 720p and latest cssu testing.

one more problem. i wanted to play a video in mkv format with mplayer but it lags. as in the sound and video doesnt match. the video is slower. but in default media player it works fyn. y is dat?
 
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#933
hd codecs doesn't work with bless or abattercamera
this is mentioned earlier

anyway
you can create a script file which replaces all the dsp libraries and libgstdsp.so
before launching the app
and re put the hd codecs again after exiting it

but you need to get the old ones
uninstall hd-codecs then backup the original ones including libgstdsp.so then reinstall hd-codecs
then gather the newly installed libraries to a folder or so
and create that script


don't forget to point to that script file by modifying the .desktop file
just like what i did

hope it helps
 

The Following 3 Users Say Thank You to karam For This Useful Post:
Posts: 30 | Thanked: 3 times | Joined on Nov 2011 @ Bellary/Bangalore [Karntaka]
#934
hey guyz plz check this repo.... i got some libs of harmattan... but getting error conf broken libc-bin....

name: *anything*
url: https://downloads.maemo.nokia.com/
dist: harmattan/rm680/
components:

check it ... i found harmattan's gstreamer and camera libs etc
 
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#935
Originally Posted by karam View Post
hd codecs doesn't work with bless or abattercamera
this is mentioned earlier

anyway
you can create a script file which replaces all the dsp libraries and libgstdsp.so
before launching the app
and re put the hd codecs again after exiting it

but you need to get the old ones
uninstall hd-codecs then backup the original ones including libgstdsp.so then reinstall hd-codecs
then gather the newly installed libraries to a folder or so
and create that script


don't forget to point to that script file by modifying the .desktop file
just like what i did

hope it helps
Would you mind to share that script? That would be a quick workarround until a proper solution is found.
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#936
Originally Posted by ivgalvez View Post
Would you mind to share that script? That would be a quick workarround until a proper solution is found.
Forget that, won't work, simply replacing codec binaries is not enough, you should reload baseimage in DSP, and I am sure switching different baseimages on the fly will cause lots of problems. Better tell what is the gstreamer pipeline, so the problem could be reproduced by me.
 

The Following User Says Thank You to freemangordon For This Useful Post:
Posts: 30 | Thanked: 3 times | Joined on Nov 2011 @ Bellary/Bangalore [Karntaka]
#937
Originally Posted by Nihanthk View Post
hey guyz plz check this repo.... i got some libs of harmattan... but getting error conf broken libc-bin....

name: *anything*
url: https://downloads.maemo.nokia.com/
dist: harmattan/rm680/
components:

check it ... i found harmattan's gstreamer and camera libs etc
is it any useful..????
 
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#938
Originally Posted by freemangordon View Post
Forget that, won't work, simply replacing codec binaries is not enough, you should reload baseimage in DSP, and I am sure switching different baseimages on the fly will cause lots of problems. Better tell what is the gstreamer pipeline, so the problem could be reproduced by me.
Unfortunately the application is closed source (one of the few with real quality for the N900).

I'll try to contact the developer.
 

The Following User Says Thank You to ivgalvez For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#939
Originally Posted by ivgalvez View Post
Unfortunately the application is closed source (one of the few with real quality for the N900).

I'll try to contact the developer.
BTW is there anything in syslog or dmesg log that could be of help?
 

The Following User Says Thank You to freemangordon For This Useful Post:
Posts: 61 | Thanked: 64 times | Joined on Oct 2007 @ EU
#940
Originally Posted by karam View Post
hd codecs doesn't work with bless or abattercamera
this is mentioned earlier
blessn900 works fine with hd codecs (and kp50 if matters). Only abettercamera seems to have problems due to a different (faster than bless) way of processing images.
 

The Following 2 Users Say Thank You to yrannadx For This Useful Post:
Reply

Tags
balls, gpl violation, hackjobs, lgpl violation, nokia, upgrade..., video player

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:14.