View Single Post
  #1  
Old 02-26-2006, 10:23 PM
MrSmiley009 MrSmiley009 is offline
Member
 
Join Date: Feb 2006
Posts: 2
Exclamation Looping over large number of images

I'm using vizard to display two sets of images, side by side, which were shot in unison so that they could be played back, one on top of the other and using polarization viewed in 3D. I've written code which preloads all the still images from a movie into a list and then loops over that list, displaying the images as textures on a quad. The texture is changed in a loop at a predefined time increment in order to simulate frame rate. My problem is that when I try to run my script with a large number of files, I get a generic error from Vizard and the executable file is closed. Here's the error: "winviz.exe has encountered a problem and needs to close. We are sorry for the inconvenience." Does anyone have any ideas what might be causing this? I'm going to upload my code in another post (I don't have access to the file right now), if you have time please take a look. Thanks!

--
Ryan
Reply With Quote