If you leave your camera in free run mode (no asynchronous triggering), then the most exact way to lower the frame rate will be with a skip count. The imgSequenceSetup function has an input array called Skip Count[] that specifies the number of frames to skip before acquiring an image. So if you had a sequence that was three buffers long, and you wanted to acquire at 15fps, then you would enter skip counts of 1 for the first three values of the array. For 100 buffers, you'll need 100 elements to the skip count array.
A snap in a loop with a time delay value will also give you the same effect, but it will be timed in software and won't be as exact as the skip count, which is timed in hardware.
Kyle V
Applications Engineer
National Instruments
www.ni.com/ask