PDA

View Full Version : Display Video Stream on Texture


hwt
05-11-2011, 08:33 AM
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.

Jeff
05-16-2011, 04:18 PM
No, there is no built-in command to grab the video stream from a website. You can apply a video saved locally as a texture.