I managed to
launch DV-Runtime with a Remote GUI and now, on the machine running the remote GUI, I want to make some networking with my own python program.
I followed the instructions to create a tcp client on the GUI to stream the data to my python code but I keep getting "connection actively refused" error. I know the tcp client works if the camera is directly connected to the workstation running the GUI, but is not working when the GUI is connected to a camera remotely.
How could make this work? is there an option that doesn't involve using the GUI?
Thanks