Re: Green artifacts when rendering YUY2
- From: "Thore B. Karlsen [DShow MVP]" <sid@xxxxxxxx>
- Date: Mon, 25 Jun 2007 09:12:41 -0500
On Mon, 25 Jun 2007 03:59:01 -0700, fungi8210
<fungi8210@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi,
I have a filter graph which basically connects my camera to the renderer.
If the camera outputs RGB565, the graph looks like this
Camera -> Smart Tee -> Renderer
the output is fine.
But if the camera outputs YUY2, the graph looks like this
Camera -> Smart Tee -> Color Space Converter -> Renderer
But the rendered content is full of green pixels.
Anyone know the reason for this?
Are you sure the media type is YUY2? It sounds like the pixel data is
YUY2, but the media type doesn't correctly identify the data as YUY2.
The color space converter only handles color space conversions between
RGB color spaces AFAIK. You'd probably see an AVI Decompressor filter
(or no filter) if the media type was truly YUY2.
--
Be seeing you.
.
- Prev by Date: Re: how a filter notifies FGM of an event indshow
- Next by Date: How to create Symbol file for DirectShow Filters?
- Previous by thread: Re: Dynamic Format Changes to default A/V Renderers
- Next by thread: Re: Green artifacts when rendering YUY2
- Index(es):
Relevant Pages
|