Streaming Zed box to pc

Hi,

I am trying the python samples to stream images from a zed box to an external PC but I get an error.
When streaming locally with the zed box, it works but when I try to open the camera from the PC (Win 10), I get this message : calibration file not available.
If I try to use the Depth Viewer tool, I get this message : function does not perform as expected.

Is there something I need to do on the receiver or sender side to make it work?

Thanks

Hi @Aleblanc,

The SDK requires to be connected to internet the first time you open a camera, to download the calibration file. Is your Windows PC connected to the internet?

Ok thanks, it works now.