05-02-2007 04:54 AM
05-03-2007 12:43 PM
05-03-2007 09:20 PM
05-04-2007 09:28 AM
@aajjf wrote:
Now we need to create sample programs using Labview. Using the Call Library Function Node I created subvi's for our DLL functions. Our capturing function output the image data as 1D array. As I mentions earlier, I used DrawFlattenedPixmap.vi and picture control to display the image data. But the speed seams to be around 10 frames per second only. Is there any other method to display the image data in Labview , which is more faster than this ? or do I need to apply some other method to do that ?
If you want speed, then don't use picture control. IMAQ might worth to try.
You can always call a C dll, use the dll the create a window, and draw the image on it.
George Zou
10-05-2009 11:24 AM
> If you want speed, then don't use picture control.
What about a picture control and speed--why not use it to display rapidly changing images?