WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Display Video Stream on Texture (https://forum.worldviz.com/showthread.php?t=3743)

hwt 05-11-2011 08:33 AM

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.

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.


All times are GMT -7. The time now is 10:12 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC