06-29-2015 05:36 AM
Hello,
I am make one application in Labview where I capture the frame of one camera and I processing the image. The camera is communicate with the board NI PCIe 1433 in the PC with camera link. This camera can work with one frame rate of 2000 fps. For processing every frame in the pc I need one time loop that work with microseconds. The problem is that this time loop only work with millisecond in Windows. If I use the module Real Time, Can I configure this time loop with microsecond or are there other solution?
Thanks
Solved! Go to Solution.
06-29-2015 05:42 AM
06-29-2015 06:46 AM
Thanks,
The purpose of this is controller the application. In this timeloop I obtain the frame and I the processer. If I configure the timeloop with 1 ms I lose frames and if I configure the application with one normal loop I can obteain several time the same frame. The frame rate can change and with this change I configure the timeloop for controller all the time the captures, not lose any and not obtain replay.
06-29-2015 06:49 AM
Hi xisco,
usually there is an option to request the latest sample from a DAQ device. Is this possible with your camera too?
Then the loop would be synchronized to the frame rate of your device…
Also: Using a Windows PC to run loops at 2000 Hz reliable (!) is a no-go…
06-29-2015 07:32 AM
In the samples I don´t see any opcion like this. In this moment only I have the samples, I'm waiting the camera. When arrive the camera I will start to test and I realise if it is possible.
Thank GerdW