Page 1 of 1

Video stream OSD

Posted: Wed Mar 26, 2014 2:34 pm
by oswin
Hi,

I want to add some information over a video stream such as text and 2D shapes. It has to be fast, minimizing the delay on the video stream.

I know RPi has some graphics programming libraries such as OpenGL ES and OpenVG, both with some python wrappers.

According to your experience, do you think I need to use hardware acceleration to draw an overlay similar to this: http://www.rc-eagleeye.cz/fotky1129/fot ... screen.jpg at ~30fps in HD? What would be the best library to do it, and could I use a python wrapper, or would be the performance drop be too significant ?

Thanks !

Re: Video stream OSD

Posted: Fri Jun 06, 2014 9:57 am
by oswin
Hi,

Finally, I used Qt5 with QML to make the overlay (using HW acceleration) and picamera to show the video on screen.

Bye

Re: Video stream OSD

Posted: Fri Jun 06, 2014 10:00 am
by RaTTuS
and do you have a video showing it?

Re: Video stream OSD

Posted: Fri Sep 25, 2015 9:55 am
by nobie
Hi...can you share your Project?