![]() |
|
|
|
#1
|
|||
|
|||
|
How is the video playing on a tv coded in vizard? I have been trying to apply the video I wish to play on a tv screen in my environment as a texture but the video file texture is not sizing down properly to be able to be seen on my tv screen.
Thanks! |
|
#2
|
|||
|
|||
|
Maybe there is some issue with the texture coordinates of the tv screen. Do you see a difference if you apply the video to a texture quad instead?
Code:
quad = viz.addTexQuad(pos=[0,2,5])
video = viz.addVideo('video.avi')
quad.texture(video)
video.play()
|
|
#3
|
|||
|
|||
|
Yes I am able to see the video playing on a texture quad. Is my only option to find the coordinates of where I want the video to play (i.e. the coordinates of the TV i want to play the video on) and orient the texture quad there? Or is there an easier way?
Thanks so much for the quick reply this has been a headache! |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| changing paintings of art gallery demo | Frank Verberne | Vizard | 1 | 05-06-2008 10:24 AM |
| PPT Demo | mikestatic | Precision Position Tracker (PPT) | 1 | 09-23-2007 11:31 AM |
| demo of new hand.getFingerTip() | halley | Vizard | 9 | 12-14-2006 01:40 AM |
| Stereo cubemap demo is missing some pictures | Vbents | Vizard | 1 | 08-23-2006 06:42 PM |
| using demo with intersense | G-Chan | Vizard | 1 | 02-06-2006 03:05 PM |