I'm still new to sockets so bare with me, here is what I'm trying to do. I have socket that sends an image constantly to a client (details in "sending images client/server sockets") but I also need to send and receive changes to the camera pan/tilt and zoom when it changes. First however, I'm trying to send the preset camera PTZ to the client for the GUI to set the existing PTZ on the camera control screen I create. Can I use the same socket and object output or do I need to create a new one?