View Single Post
  #6  
Old 11-06-2006, 02:52 PM
bjgold bjgold is offline
Member
 
Join Date: Jul 2006
Posts: 19
Quote:
Originally Posted by Gladsomebeast
In Vizard 3.0 you can press CTRL-F12 to toggle avi recording of what is on the screen.

Check out the examples in Vizard30/examples/file_io for how to write to files.
I'm trying to do something similar. We're reading in a buffer of data and playing it back on the screen as an animation, and we'd like to save the animation as an AVI file from the first display of data to the last display. However, I can't quite figure out how or where Ctrl-F12 saves the file in 3.0a. And I'm not sure how to incorporate write.py with my code (ie, where to put the call to start recording and end recording). Any ideas?
Reply With Quote