Forum Discussion

ValerioC's avatar
ValerioC
Icon for New Contributor rankNew Contributor
4 years ago
Solved

[Video IPs] How to properly switch between two video sources

Hello, for a design I am currently developing, I need to switch between two video sources (so between two Avalon-ST interfaces) at runtime. The "muxed" source will then enter a Frame Buffer and the...
  • ValerioC's avatar
    4 years ago

    After some weeks I am reporting the solution I found better suitable for my purposes.

    I am using a Video Mixer which is controlled at runtime through its Avalon-MM interface to configure either input_0 or input_1 in "consume mode" or in "enabled mode". The "swap" is performed in a "frame-aligned" way so it's safe with respect to the video protocol.

    Hope this will be useful for someone in the future.