[vtkusers] Real-time display of images in DOC/VIEW architecture

Madhusudhanan Balasubramanian madhu_lsu at yahoo.com
Fri Sep 3 13:29:56 EDT 2004


Hi all,
 
I'm trying to display images as they are acquired using a real-time image acquisition system in a doc/view architecture.  The data being acquired are in the doc class and the display pipeline is being invoked in the view class.  Here is my problem: I've 30 frames acquired per sec and when displayed it should look pretty much like a movie or something.  As a new image becomes available I invoke the display pipeline from the document class using UpdateAllViews(NULL); however, it just displays the first frame and doesn't nothing until it reaches the last frame.
 
Can I make VTK display the frames in real-time in doc/view?  I very much appreciate any help/ideas on this.
 
Madhu.

		
---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040903/13882b22/attachment.htm>


More information about the vtkusers mailing list