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.

DM6467 and Blend

Hi,

I have an application using DM6467 for capturing.

The OSD/Blend stuff works fine if I do

Capture_get (capBuf 422) -> Ccv_execute (ccvBuf, 420) -> Blend_execute (ccvBuf 420) -> H264 compression (ccvBuf 420)

But the OSD/Blend stuff is blinking on the screen if I do

Capture_get (capBuf 422) -> Blend_execute (capBuf 422) -> Ccv_execute(ccvBuf, 420) -> H264 compression (ccvBuf 420)

Please help!