Hi Kim,
LabVIEW follows a dataflow programming system, meaning that a VI will execute as soon as it has received all of its necessary inputs. This means that if you place two while loops inside of a VI, and there are no wires connecting them, they will run concurrently.
If you want to update your webcam image at a specific framerate, you should keep it as an independent loop in your VI. You should be able to use a Grab function in your while loop to acquire at the desired framerate. I have attached a screen shot of the code you would use to do this.

I hope this helps.
Rishee B.
Applications Engineer
National Instruments
Message Edited by risheeb on
01-21-2008 12:18 PM