Hello,
I have simple player over libVLC written in Qt (using Os X). Everything works like charm, but I cannot draw anything over video. Video is always "on top".
I have used QGraphicsView and QGraphicsProxyWidget or create Overlay widget which works perfectly with other widgets, but not when video is playing.
Could anybody help me with this matter.
In source code of VLC there is simple Qt player
/vlc/doc/libvlc/QtPlayer
Is there a simple way just to draw for example blue rectangle over playing video?
Thank you very much.