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.
Kaustubh,
I am not quite sure what your question is? Can you clarify please?
Your frame buffer should be continuous, just as if you were sending a progressive image to a display. The VENC will interlace the image as necessary.
Is this your concern?
BR,
Steve
Hi Steve,
Yes you are correct. the interleaving is our concern. Is there any setting to avoid this and send the data as it is?
regard
Kaustubh
Kaustubh,
BEcause you are using the PAL mode in VENC and taking the same timing on digital output, it is expected that you get field outputs instead of a full frame. But i dont understand why should this be a concern. As i understand, you have a FPGA to capture this digital output. Why don't you just capture the interleaved fields at the FPGA? or otherwise, you might want to change your digital out to remove PAL timing but configure your own timing to send out progressive data.
Regards,
Anshuman
PS: Please mark this post as verified, if you think it has answered your question. Thanks.
Kaustubh,
You can output frame buffer data in either interleaved or progressive format.
I assume you simply want to get the progressive data from your frame buffer to your FPGA?
If so, just use the 'normal' output format and not PAL.
I am not sure on the SW configuration to achieve this, but it is straight forward.(I am a hardware guy, sorry)
BR,
Steve