Processing 3’s IPCapture abilities are not a “function”. They come from a library! Specifically, the ipcapture library.
This library won’t “just work” when you switch to using P5.js. Thankfully, the source for that library is available, here:
So you could - in theory - not use the library, but make use of its source code to do the same thing (connect to a camera at an IP address). Of course you would have to find the JavaScript equivalent for a java Authenticator, but that’s a different story…
Or you could JFGI for “javascript how to connect to ip camera”.
Thank you so much for providing a variety of options i can work with.
I will try and come back once all implemented correctly for others that might have the same issue.
(and yes i knew when calling IPCapture a “function” i knew a person that understands better will have a “sigh” Thank you for taking the effort to explain TfGuy44