06-10-2009 04:20 PM
I need to generate a random burst that will be used as a trigger for my camera. That is I need to capture a number of images (say 1000) with “complete” randomness. Can I do this w/ labview?
06-11-2009 03:35 PM
This can be done but will depend on how you want to set up your random functionality. For example, you could use a random number generator with a threshold to control a case structure. Whenever the random number is above a certain value, it would trigger the camera to snap images. So, yes this is very possible, but would depend on your requirements and definition of random.
-Zach