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.

Qt and Video

Hi,

I am developing a Qt video application on OMAP 35x EVM. I have a camara (V4l2 driver) to capture the video, the capture source is /dev/video0, and display is /dev/video1. All my other graphics UI are wrtten in Qt. How do I overlay them? Currenly my vidieo always cover my UI menu, is there a configuration or something I have to do so my UI menu is on top of my Vidieo display? Or this is not the way for Qt to do video capturing? Thanks for the help.

 

Annie