I want to check whether my OAK PoE camera is accessible outside my network. Hence I tried connecting with Google Colab using the below command.

# Specify MXID, IP Address or USB path

device_info = depthai.DeviceInfo("Mentioned my MXID") # MXID

It displayed : Cannot find any device with given deviceInfo

Can i access the PoE camera from outside my network uisng this command? What is the issue when using Google colab?