oswin
Posts: 2
Joined: Wed Mar 26, 2014 2:13 pm

Video stream OSD

Wed Mar 26, 2014 2:34 pm

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 !

oswin
Posts: 2
Joined: Wed Mar 26, 2014 2:13 pm

Re: Video stream OSD

Fri Jun 06, 2014 9:57 am

Hi,

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

Bye

User avatar
RaTTuS
Posts: 10563
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: Video stream OSD

Fri Jun 06, 2014 10:00 am

and do you have a video showing it?
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

nobie
Posts: 1
Joined: Fri Sep 25, 2015 9:10 am

Re: Video stream OSD

Fri Sep 25, 2015 9:55 am

Hi...can you share your Project?

Return to “Graphics programming”