WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 09-22-2016, 08:36 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
I don't think I've seen this before. Does it also happen when running the following script? Can you upload the video and I'll try to reproduce the issue?

Code:
import viz
import vizact

viz.go()

quad = viz.addTexQuad(pos=[0,1.8,3])
video = viz.addVideo('video.mp4')
video.play()
quad.texture(video)

vizact.onkeydown('1',video.setTime,0)
vizact.onkeydown('2',video.setTime,30)
vizact.onkeydown('3',video.setTime,60)
vizact.onkeydown('4',video.setTime,90)
vizact.onkeydown('5',video.setTime,120)
vizact.onkeydown('6',video.setTime,150)
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Playing a video on a object that is moving. Jose Vizard 8 01-29-2015 01:22 PM
video restarting on right click in architectural interactive raj Vizard 4 08-21-2014 01:39 AM
Video function EKF Vizard 2 10-03-2012 12:41 PM
synching video camera recording with vizard billjarrold Vizard 0 12-15-2009 11:43 PM
video help nasr Vizard 2 05-26-2009 11:42 AM


All times are GMT -7. The time now is 11:43 PM.


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