Hi everyone!
In order to solve some problems I was having while working with a custom board based on DM6435 which was oriented to process video, I've moved back to a simpler situation that I explain later on. The problem, as I commented in older posts, had to do with the appearance of some stripes on the images captured from the video. These stripes appeared always around the moving objects in the scene.
That's why I left the custom board aside and took up the DM6437EVM again. I wanted to find a situation that could be easily reproducible by anyone. So I used the following video loopback demos:
· DVSDK 1.01.00.15 Loopback example
· CCS Video loopback demo for DM6437EVM.
The problem appears when we catch an image from the video. We use the CCS Image viewer tool to do this. In both examples the stripes can be seen around any moving objects. The next images show it.
Problems with the incoming video to the EVM are discarded because we are using different video sources in each image. They really look like interlacing artifacts. This could be possible because (I forgot to say) we are working with interlaced video. Now the questions. Is it possible to avoid their appearance or are they inherent to the use of interlaced video? Is it a problem of synchronization when reading the video buffer to show the image?
Any suggestions are welcome. And thanks in advance!