Is the 'IPCapture' library not usable? (not Android mode?)

@akenaton

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.~

3 Likes