Go to AVS Home Page
 Recent Releases
OpenViz 2.8 Released
AVS/Express 7.2 Released
Toolmaster 7.5.3 Released
AVS 5.7 Released
 Contact Support
 Licensing
Information on licensing AVS 
products
 
Interact with the AVS Developer 
community. Takes you out of 
the support web site

 


Q. How can I check on the progress of the tracer module?

A. If you are using the tracer module in conjunction with display tracker, and it's taking a while to compute and you want to see how far along the tracing is going, cause the display tracker window to get an expose event (iconify it, un-iconify it or hide it and re-show it). Because the output from tracer is in shared memory, all of the currently rendered portion is overwriting the existing buffer. You can use this technique for tracking the progress of the module.

This trick does not work if (a) it's the first time through, (b) you've just changed the output image size from tracer, (c) the modules are on different machines, or (d) you use display image or the Image Viewer modules.