Hello 🙂
I am trying to track the motion of little beads at 12 Hz of sampling frequency. For that purpose I have written a LabVIEW program to online track the position vs time of that beads. However I only achieve 2 Hz of sampling frequency.
The program works as follows:
(1) Take an image through 1394 drivers. I use the SNAP 1394 function.
(2) Find the centroid of every particle in the image. (This lasts less than 50 ms)
(3) Repeat the same process with a timed loop.
I don't use any graphical representation that could slow the process.
Any ideas to increase the sampling frequency? May be changing the SNAP function? Consider a triggered adquisition?
Thank you in advance,
Raimon