Hi,
I am trying to display a capture from the camera on the monitor.
The issue is the capture is less than 60FPS, but the monitor is 60FPS.
Is there a user guide for frame interpolation on TDA4VM?
Thanks,
Phyo
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.
Hi,
I am trying to display a capture from the camera on the monitor.
The issue is the capture is less than 60FPS, but the monitor is 60FPS.
Is there a user guide for frame interpolation on TDA4VM?
Thanks,
Phyo
I really doubt there is any HW module to do frame interpolation. In this case, either you could repeat the alternate frame, as it is done in the SDK or have some DSP based algorithm to support frame interpolation..
Regards,
Brijesh
Hi, can you share a link to that SDK where repeating the alternate frame was done?
Well it is implicit. For example, if you use multi-camera example, it outputs data/frames at 30fps and if display is configured for 60fps output, it expects the frame within 16ms, but in this case, since display gets frame only after 33ms, so driver just repeats the frames..
Regards,
Brijesh