Forum Discussion

elio2001's avatar
elio2001
Visitor
15 years ago

Video Text Overlay with SDK 2.9?

Hi folks,

reading the new 2.9 SDK i've read in the MockUpTool.pptx file (slide nbr. 27) the screen layout for doing TEXT OVERLAY on photos or video.

How do text overlay within videos?

Thankx

3 Replies

  • Unless there's something new that I overlooked, text/graphics overlay on videos can only be done by drawing an roImageCanvas on top of the roVideoPlayer.
  • You could use the imagecanvas as theEndless suggests or by using an SRT file to display "subtitles" or other text messages at specific timecodes in the stream.

    --Kevin