Forum Discussion
Altera_Forum
Honored Contributor
15 years agoOverlay moving (live) graphics feed on video
I need to mix a live graphics image (Streaming into the FPGA) that has a special pixel value in places where VIDEO should show through. I know that the Alpha Blending Mixer can do this, if I can samp...
Altera_Forum
Honored Contributor
15 years agotry this for liminance.
output = pixel/256 *(256-alpha) + graphics/256 *alpha As for chrominance - good luck. It might be easier to convert it all into the RGB colour space before mixing if you want to mix in colour.