From: Eric Nelson <eric.nelson@boundarydevices.com>
To: Ashwin Kirpalani <akcooper8@gmail.com>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: Matchbox desktop is active in background when playing videos
Date: Wed, 14 Aug 2013 07:22:13 -0700 [thread overview]
Message-ID: <520B9295.40102@boundarydevices.com> (raw)
In-Reply-To: <CALmQvZSkDSOk_jNPsODym9_si+nMCmgsDwmJD8Q1p7vEPU3RqA@mail.gmail.com>
Hi Ashwin,
First of /dev/video16 refers to the graphics layer (RGB or /dev/fb0),
and if you use that output, the desktop will be over-written.
The default /dev/video17 refers to the YUV overlay, and there's
currently nothing in the v4lsink element to set the overlay
parameters. We've patched this in the past to add color_key
and alpha properties, but gave up because they need continuous
maintenance with each Freescale release.
http://boundarydevices.com/color-keying-with-freescale-g-streamer-video4linux-plugin/
If you wrap gstreamer with your own application, it's also
easy enough to add the ioctls into your own code.
Regards,
Eric
On 08/13/2013 09:50 PM, Ashwin Kirpalani wrote:
> No, export VSALPHA=1 didn't help. I also tried this on master branch and
> same thing happens. Also tried with the following command:
> gst-launch mfw_v4lsrc ! mfw_v4lsink
>
> and I still see the background desktio while the preview image is
> overlayed on top.
>
> But when I do this:
> gst-launch mfw_v4lsrc ! mfw_v4lsink device=/dev/video16
>
> the background desktop now goes away and I only see the camera stream,
> which is what I want.
>
> A side effect of this is when I ctrl+c the above command, the matchbox
> desktop does NOT come back and instead the last frame of the camera
> (i.e. a still image) is displayed on the desktop. I'd like to be able to
> go back to the desktop after previewing the camera.
>
>
>
> On Fri, Jul 12, 2013 at 9:59 AM, Fabio Estevam <festevam@gmail.com
> <mailto:festevam@gmail.com>> wrote:
>
> On Fri, Jul 5, 2013 at 11:53 PM, Ashwin Kirpalani
> <akcooper8@gmail.com <mailto:akcooper8@gmail.com>> wrote:
> > I am using yocto dylan - poky release on sabrelite. When I play
> videos using
> > "gplay" or "gstreamer", the matchbox desktop remains in the
> background. I
> > can see it through the video...i.e. it is translucent. Is there a
> way to
> > avoid this? Thanks
>
> Does "export VSALPHA=1" help?
>
prev parent reply other threads:[~2013-08-14 14:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-06 2:53 Matchbox desktop is active in background when playing videos Ashwin Kirpalani
2013-07-12 13:48 ` Otavio Salvador
2013-07-12 13:59 ` Fabio Estevam
2013-08-14 4:50 ` Ashwin Kirpalani
2013-08-14 14:22 ` Eric Nelson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=520B9295.40102@boundarydevices.com \
--to=eric.nelson@boundarydevices.com \
--cc=akcooper8@gmail.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.