Convert any Form Video into RGB24 Media
        Posted  
        
            by 
                BALA
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BALA
        
        
        
        Published on 2009-03-31T04:47:02Z
        Indexed on 
            2010/12/24
            5:54 UTC
        
        
        Read the original article
        Hit count: 274
        
visual-c++
|directshow
how to convert YUY2,YUV, RGB565 and More Video subtype into RGB24 Subtype Video in DirectShow + VC++
can u understand my question?
I have a Upstream filter its output is in YUY2 Format but i need to convert it into RGB24 Format.
Is there any inbuilt Filters in DirectShow or we have to convert it through my code.
i have already added ColorSpaceConverter But it is not Connecting with Smart Tee Input Pin.
© Stack Overflow or respective owner