Receive video frames with Syphon?
in
Contributed Library Questions
•
1 year ago
I've been using the Syphon library to send video frames from my Processing sketches to other applications like MadMapper and Modul8, but I want to know if it's possible to receive video from other applications.
Currently, I'm using the SyphonServer class, and it has the method
sendImage(), which sends a
PImage to a client-- in this case, MadMapper or Modul8. Is there a way to setup a SyphonClient in Processing so that I can receive video from Modul8? I've looked at the documentation and don't see any methods that seem to provide this type of functionality...
Does anyone have any suggestions?
1