I'm doing image processing under processing.
In my case, I have to load certain pixel recursively.
But it always show error message:
crashed in event thread due to Timeout occurred while waiting for packet 387.
I think it happen due to too many recursion times. Because i can run the program properly when I limit recursion times.
The stop condition is well designed.I can process most image which doesn't need to run too many recursion times.
Is there any method to resize the stack to tolerate this numerous pixels?