We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello! I just move to processing 3.3.6 and android mode 4. The instruction requestImage seems to give error during the sketch execution while it was OK with the previous version. Is it normal? Thanks in advance/Pascal
Answers
In fact loadImage is also crashing during the sketch execution. Here after the error message: java.io.IOException: BufferedInputStream is closed at java.io.BufferedInputStream.streamClosed(BufferedInputStream.java:118) at java.io.BufferedInputStream.read(BufferedInputStream.java:258) at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:739) at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:753) at processing.core.PApplet.loadImage(Unknown Source) at processing.core.PApplet.handleDraw(Unknown Source)
Any idea?
Problem solved.....