RESOLVED: TouchOut TOP doesn't take into acount bit depth

Hi,
I’m using a TouchOut TouchIn Top to send some kinects data from one computer to another one.
I’m using Uncompress as video codec.
It seems that changing the bit depth of the source image doesn’t has any effect on the bandwich the touchIn touchOut is using.
I’m sending an image of 1019*1019 pixels.
If my source images is 16bit or 32bit the touchIn touchOut always use almost 1gb of bandwich.
I will except that it will use less bandwich if my input image is 16bit but that is not the case.
I’m using touch 26590 on windows 10.
Cheers
Colas

If it’s hitting 1gb in both cases, it could be that it’s just hitting the limit of your NIC. If you reduce the resolution so the 32-bit is using less than 1gb, does it then cut in half if you drop it to 16bit?

Hey Malcolm,
I just realise that it was maybe the problem.
I will give it a try tonight.
Cheers,
Colas

Hey Malcolm,
Yeah sorry that was the problem i was already saturating my ethernet connection.
If i do lower resolution everything is working correctly.
Cheers,
Colas