I have captured 2D1 video data from TVP5158.
I used DMAI, the data is in BufTab(from BufTab_create), which is in cmem.
Configured Tvp5158 in line interleaved mode. 728*1252 2D1
Now, I have to demux the video data into 2 D1. But memcpy is not fast enough, the FPS down to 10 FPS from 25 FPS, and cpu load increase to 80%. I have also tried sdma, the cpu load decrease to 5%, but FPS down to 10 FPS.
How to solve this problem? I don't used sdma correctly?
Or there are other methods to copy video data for DM3730? What is the fastest data copy of DM3730?