02-20-2007 12:32 AM
02-21-2007 11:58 AM
Hi danilo,
Thank you for your patience. Currently this functionality is not available. It has been suggested a few times, and I will let R&D know that it is requested by our customers, but the best way to ask for a product or feature is to make a product suggestion. You can do so here: http://digital.ni.com/applications/psc.nsf/default?openform
Also, there is a possible workaround by creating similar behavior with a case structure. If you place a case structure inside of a loop, the case structure can have two cases; one for triggered acquisition and one for normal acquisition. By having a short timeout on the trigger, the user can select which case to go to - whether the acquisition waits on a trigger or not. It's not identical but it may work for you. Thank you again!
-Allison S.
Applications Engineering
02-22-2007 12:27 AM
02-23-2007 11:04 AM
02-24-2007 07:43 AM
03-31-2007 08:04 AM
03-31-2007 09:18 AM
05-31-2007 03:15 PM
06-01-2007 03:48 PM
Danilo,
If you go to Start >> Programs >> National Instruments >> Vision >> Documentation there is a help file for IMAQ 1394 functions. Within it you can search for these functions and find out exactly what they do. For the imaq1394ConfigureAcquisitionCW() function, there is an explanation for the parameters. The second and third parameters determine how your camera acquires images. As it says in the help, "continuous parameter: Set this parameter to 1 for a continuous acquisition. bufferCount parameter: For a non-continuous acquisition, this parameter specifies the number of images to acquire. For a continuous acquisition, use this parameter to specify the number of buffers the driver uses internally." So if you set the second parameter to 1 it will acquire continuously, instead of stopping after a certain number. Let me know if you have more questions!
11-25-2008 01:42 PM
Hello!
Problem still exist. Now the situation is folowing. I have set up buffer to 21 pictures. Then I acquire 21 pictures normally with trigering and then
for next 21 acquisitions there is no image acquired and then after 21 ignored images, normal acquisition proces is operating normaly. After that
all this is repeating...
Please any info?
Regards!