Print screen on MX6 and Linaro don't show Gstreamers video

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Print screen on MX6 and Linaro don't show Gstreamers video

773 Views
radojko
Contributor II

Print screen from my  MX6 with Linaro Oneiric don't show Gstreamer's video but only desktop in background.

I tried gnome-panel-screenshot and imagemagic(import tool) but without success.

Is there any other tool to properly capture screen with Gstreamer's video?

Labels (2)
0 Kudos
2 Replies

522 Views
jamesbone
NXP TechSupport
NXP TechSupport

you can try something like:

gst-launch ximagesrc use-damage=0 ! video/x-raw-rgb,framerate=15/1 ! ffmpegcolorspace ! x264enc ! matroskamux ! filesink location="test.mkv" 
 

the key is to use-damage=0

0 Kudos

522 Views
radojko
Contributor II

Thanks jamesbone for your help but I still have not Gstreamer's video window in captured video nor image.

You can try to start test video with command:

gst-launch videotestsrc ! mfw_v4lsink axis-left=0 axis-top=0 disp-width=540 disp-height=450

and you will see there is only background image with your command and no this test video.

BTW. I'm trying to print screen as image not video and my command with your use-damage=0 parameter still does not show Gstreamers video:

gst-launch-0.10 ximagesrc use-damage=0 ! ffmpegcolorspace ! pngenc ! filesink location=screenshot.png

0 Kudos