06-28-2010 01:55 AM
I have stored around 100 jpegs in an array now the loop which I am using takes time to load the jpeg's and to display it.
Due to this my screen appears blank showing the error that the memory is not sufficent.
So can anybody help in erasing the memory(RAM/CACHE) once I am done with loading the jpeg's, so that it does not show any error related to memory.
I have tried the Wait function in loop still its of no use..
Any Comment or Suggestion are Welcomed.
06-28-2010 02:45 AM - edited 06-28-2010 02:46 AM
Hi anurag,
you can't deallocate RAM on your own in LabVIEW, but you may ask LabVIEW to do so...
You should attach your VI to get more helpful responses. Did you try to eliminate data copies? How did you load7save JPEGs? All that could be answered from looking at your VI...
06-28-2010 04:59 AM
06-28-2010 05:08 AM
Sorry Sir but the problem which I was facing earlier was about the reading and displaying of the JPEG but the new issue is the ' MEMORY STUFF '
Anyways thanks for your reply and I really apologize for wasting your valuable time.