View Single Post
  #1  
Old 05-11-2011, 08:33 AM
hwt hwt is offline
Member
 
Join Date: May 2011
Posts: 1
Display Video Stream on Texture

Does Vizard support rendering of video feed (e.g. http://somewhere.com/myfeed.mp4) onto texture out of the box?

e.g.

box = viz.add('box.wrl')
video = viz.add('http://somewhere.com/myfeed.mp4')
video.play()
box.texture(video)

Would appreciate any information on the above. Thanks.
Reply With Quote