We have a video streaming system which is a combination of:
-Deserializer: 954
-2 video channels, each has 913 as the serializer
The system works well until we inject some interference into 1 of the video channel, by hammering either the power line or the FPD link line. We have seen the following problem:
-Once we hammer 1 channel, there are multiple dropped frames in the other channel.
-After dozens of interferences, the channel stop streaming even though when we check the RX status (0x4D, 0x4E in the 954), the incoming signal seems to be ok
So we have few questions:
-As the RX status seems to be ok, how can we check if the CSI TX is in a good state or how can we check if 954 is sending out CSI of both channels
-What could be the problem of the dropping frames? And how can we avoid this?
Thank you