Altera_Forum
Honored Contributor
17 years agoVideo Image Processing with dynamic image size
Hello
I am developing a system using Video Image Processing from Altera I need to convert a RGB 4:4:4 (24 bits) video to YCbCr 4:2:2 (20 bits) To do that, I am using the following components: Clocked Video Input CSC (Color Space Converter) -> RGB to YCbCr Chroma Resampler -> 4:4:4 to 4:2:2 Clocked Video Output The CSC is the only component that don't need the image size as parameter My problem is that the video source can be in both HD or SD so I would need to dinamically adjust the components Is there anyway to do this dynamic reconfiguration? Or will I need to instantiate two of each component and select which one to use based on the video input format? Thank you! Thiago