Hi Jerry,
Are you trying to capture an indefinite number of frames, or do you have a known number of frames you'd like to capture each time you make an acquisition? If it is a known number of images, you may be better off using the
Sequence example.
And then if you only have a few attributes you'd like to set, and know exactly what you want to set, you could simply add a property node in between the IMAQdx Open Camera VI and the IMAQdx Sequence VI. Then all you'd have to do is add in a for loop which saves each image from the sequence's array of captured images to a unique filename, and then you can close your camera session and dispose of your images.