We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
I have try many tutorials/issues whitout succes, but i'have got the same results :
java.lang.IllegalArgumentException: File /storage/emulated/0/DCIM/cat.jpg contains a path separator
Here is my code :
import android.os.Environment;
PImage img;
void setup() {
String path=new String(android.os.Environment.getExternalStoragePublicDirectory(android.os.Environment.DIRECTORY_DCIM).getAbsolutePath());
println(path);
img = loadImage(sketchPath(path+"/cat.jpg"));
}
Answers
I think it's due to api 26 ...
There is a new forum
Please ask there
See processing main page, link to forum