Hi guys,
Let’s suppose I have two PCs, a master one and a slave one.
On the slave one I have an Intel RealSense camera connected and a python script capable of grabbing the depth image and send it over net via TCP (I’ve to develop it yet but I think I will take some inspiration from this code).
On the master I’m running a Gamma patch and I would like to get those data from this incoming TCP connection and feed all the postprocessing depth filter with them. I think that some clue about the “crunching” of those data can be extracterd from the server.py code here but I don’t know where I can start.
Any suggestion on how can I proceed the VVVV side?
Any exhisting tutorial for doing something similar?
Thank so much for your support.
na