camera - How to deal with memory problem - MATLAB -


I'm getting 3 camera inputs for MATLAB with infinite traggers but after a few minutes, the camera filled my memory , And I have to restart MATLAB how can I deal with this memory problem?

Since your question is a bit unclear, I'm going to estimate that you have to take pictures If so, then you should check the documentation. Here is a screenshot of the logging tab of the Acquisition Parameters pane:

Note that you have 3 options for logging data: Memory , Disk , or Disk and memory .

I am feeling that you are logging memory by default, which means that you can not save the picture otherwise you will be logged into your system's memory. There is a limit of available memory By default, the tool sets an equal amount of all available physical memory when you first use the device, or 1 GB, whichever is less.

You have two options that I can see:

  • The above mentioned GUI may the memory limit < / Strong> (assuming this is defaulted to the small value of 1 GB, and you actually have additional memory available). I will try first and see if it is helpful at all.

  • You can use the Disk logging option to log your pictures as a disk instead of the disk. The AVI file will give you the option of inserting your images and reducing them to whatever they take.


Comments