Re: UYVY to AYUV transform filter - cannot connect to the renderer

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Jim Easterbrook (jim.easterbrook_at_rd.bbc.co.uk)
Date: 07/09/04


Date: Fri, 9 Jul 2004 08:30:06 +0000 (UTC)

In article <f4ea142d.0407080522.26985198@posting.google.com>, Lupo <gutkowski@poczta.onet.pl> wrote:
>
>This filter is supposed to provide a YUV 4:4:4 media to some
>downstream filter which performs the actual image processing. I just
>wanted to view the output to see if it was OK. Seems that I'll have to
>do without this. I think that I will combine both filters.

How about this for a silly idea: Have your filter accept RGB input and
apply the RGB->YUV matrix to make YUV 4:4:4 which you output to your
actual image processing filter. However, you also provide two "~monitor"
output pins that output YUV 4:2:2, made by subsampling your 4:4:4 output
in the two possible phases. Of course you only do this work if the
monitor output pin is connected. The RGB input could come from an RGB
source, or will be converted from YUV 4:2:2 for you if you are using DV
or MPEG input.

I assume your "actual image processing" is non-linear, otherwise you
could do it on RGB signals directly.

-- 
Jim Easterbrook
Senior R & D Engineer, Studio Group
BBC Research & Development               <http://www.bbc.co.uk/rd/>
***   All opinions are mine and might not be shared by the BBC  ***


Relevant Pages

  • Re: Rookie having problems with some filter code. Any help?
    ... This code implements the Laplacian filter, which I'm sure many of us know. ... if anyone would care to point me in the ... Mostly, since you're just starting on image processing, don't worry too much ... > currently MUCH more interested in getting basic correct functionality ...
    (sci.image.processing)
  • Re: DIBs, RGB and YUV
    ... >> The next step is to transform the RGB format to YUV. ... >> capture the new YUV format while still displaying the RGB as single frames? ... > One way to do this is to put *infinite Pin Tee Filter" before Grabber filter ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: Failed to connect Video Renderer Filter in WinCE 4.2
    ... its format is not the same as what the filter negotiated. ... renegotiate its connection to the video renderer. ... > If the display card supports YUV overlay acceleration, ...
    (microsoft.public.windowsce.embedded)
  • Re: what does phase distortion look like in image processing?
    ... > I read the following in Matlab Help Document of Image Processing ToolBoxes, ... > stability and ease of design and implementation of the FIR filter. ... Wescott Design Services ...
    (sci.image.processing)
  • Re: what does phase distortion look like in image processing?
    ... > I read the following in Matlab Help Document of Image Processing ToolBoxes, ... > stability and ease of design and implementation of the FIR filter. ... IIR's do not have linear phase. ...
    (sci.image.processing)