Hi Processing group! I’m working on a project which uses the networking library in processing. Basically, the Client program draws on a canvas, and the coordinates are sent back to the Server program, which then takes that data and outputs it to a serial object (in this case, a CNC router). Everything is working swimmingly, except we want to have a live webcam feed as part of the program so the Client can see the CNC router drawing out their drawings.
Is there any way to send a webcam feed from the SERVER to the CLIENT program? It doesn’t have to be a super high framerate or quality.
Thanks for your help!