I am developing a small processing project where I can pass a webcam feed (via Capture) over the network using the Server / Client. I ran into an issue where I am unable to convert my Capture object into an int to pass to the Server.write() method.
I was wondering if there was a way for me to achieve my small processing project.