Quote:
Originally Posted by YairZiv
What does line 89 in your Robot.java code?
|
I wrote it (I wrote 879 instead od just 89 (typo))
Quote:
Originally Posted by SamCarlberg
You're not releasing the temporary HSV and thresh Mats after you're done with them. They use native memory that the JVM doesn't know about, so they don't get garbage collected like normal "pure" Java objects
|
oh ok thanks, so how can I release the memory ?