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.

OMX Video capture with FB output

Dear all,

I am using DM8168 to capture RGB HD (1920x1080) frames. I was able to use OMAX VFCC to capture RGB, but when I tried to use frame buffer to display the content of the captured buffer, I could not map the driver address to the capture output (OMX_UseBuffer returns an error, indicating that the region of the mapped buffer is not valid).

I was still able to use the frame buffer to display the content of frame captured, however I needed to make the application copy the output buffer of the VFCC component to the mapped FB memory, which introduced a lot of latency to my solution.

Is there any way to output a captured RGB frame, HD (1920x1080) resolution using the frame buffer in real-time?

Thanks,

Danillo