I'm trying to connect with device manager to an oak behind a firewall
I can connect fine (specifying a timeout of 2000ms using the env variable) using dai.Device(pipeline, device_info) where device_info is set to a specific IP, but the device manager/ bootloader won't connect
Is dai.DeviceBootloader(device, False) using a different port? Is it possible to specify a timeout for it as well?
bootloader port
Thor
https://docs.luxonis.com/projects/hardware/en/latest/pages/guides/getting-started-with-poe/#ports-and-firewall for ports.
Here is a list of env variables you can use: https://docs.luxonis.com/projects/api/en/latest/components/device/#environment-variables
Thanks,
Jaka
Thank you @jakaskerl
I already went through those documents. I was wondering if maybe the boot loader was using different ports, but I guess it doesn't