This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM355 Picture Jumps

My software application is a DVR, based upon:
  The writer files of demo application 'Encode'
  The loader files of demo app 'Decode'
  The capture, video core and display files of demo app 'EncodeDecode'.
  ... plus some DVR logic sitting in the middle.

In pass-thru mode (ie. just watching the live camera picture) the capture thread passes the frames through a fifo to the video thread, which in turn passes these through a fifo to the display thread, pretty well as the EncodeDecode demo does.

What I see happen occasionally is that the picture 'jumps' to the right, then immediately recovers to a stable picture again. The jump is very quick, maybe even only a frame or few frames. Timing is random, it can be half an hour between jumps or it can be a few minutes.

Could this be a bandwidth problem somewhere in the system? Thanks.