Dear akenaton
Corrected by correcting the library.
Processing was a conflict between Android mode and IPcature library. It works well because it solves it.
Thank you very much for your help.
Existing code: img.init(w, h, PImage.RGB,1);
Modification code: img.init(w, h, PImage.RGB);
Thanks.~