Altera_Forum
Honored Contributor
14 years agoCreating alpha channels for VIP
I was wondering how other VIP users were creating alpha channels for custom blocks that don't render into a frame buffer. I've recently discovered that the VIP Alpha Mixer treats the alpha and data channels for a given video layer as independent sources. Generating data/alpha information in parallel doesn't work if the source is streaming in real time since the two parts of the pixel have separate ready/valid handshake controls that aren't guaranteed to be in sync with each other.
Is there a recommended technique for handing these situations? We have a lot of different applications for streaming data generation and rendering the data to a frame buffer first really isn't an option for us.