Altera_Forum
Honored Contributor
13 years agoCopy Video Stream Several Times
Hello,
I try to copy my incoming video stream several times. My first ideas were to split the signal before using the SOPC and use multiple clocked video inputs. This works fine with 2 inputs, not more. Then i tried to use the Color Plane Sequencer (CPS). CVI -> CPS -------> CPS -------> CPS -------> CPS... |>Stream1 |>Stream2 |>Stream3 |>Stream4... This works, but if I do clipping, frame buffering and scaling with the streams, i only get a black screen. (The settings of clipper, frame buffer and scaler are correct, if i use only one stream with them, they are working). Does somebody has an idea, how i can split my stream? Thank you!