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!