Hi.
How I could save or control RAM memory using a usb camera used to measure a crossed object distance?.
It shows the acquisition video camera before the user beginning to measure the distances and while it measures the distances.
The RAM memory consumption grows very fast when the program shows the images in the indicator images and stops all LabVIEW 8.2 that I use
I append the algoritm parts problem below. The part 1 file show the code that permits acquire the video frames before to mesure the distances and the part 2 file show the code that executes while the program measures the crossed object distances.
I tried to solve that using the IMAQ DISPOSE into the while loop to free memory space in part 1 code but an error generates indicating that there is not an image. I dont try to use the IMAQ DISPOSE out the while loop because the problem memory consuption generates into the while loop
All comments are welcome. Thank you