Thread: Video size
View Single Post
  #1  
Old 07-20-2010, 04:23 AM
TarkaDahl TarkaDahl is offline
Member
 
Join Date: Mar 2010
Posts: 59
Video size

Hi all,

Im trying to get the resolution from a video file. Im sure

video = viz.addVideo(zzz)
videosize = video.getSize()

used to work, but now its returning [0, 0, 0].

is there a better way of getting a video resolution for me to apply to a TexQuad

Thanks
Reply With Quote