Hi, i tried upgrading the bootloader to latest version, earlier it was: 0.0.15 and after upgrading it is 0.0.24 right now, depthai version is **2.20.2.0
**
Now the tcp-steaming is not working, earlier i was able to run oak.py script under depthai-experiments-master/gen2-poe-tcp-streaming and able to get response as connected,along with IP address but now, its showing connected but not getting any IP address in response, unable to run host.py, as it gives ConnectionRefusedError, whereas earlier i was able to establish connection at 169.254.1.222 as OAK-IP under host.py script.
To make sure IP is not the issue, i modified the configuration and set static IP of the device as follows: 169.254.1.20 with netmask 255.255.0.0
Then i modified the OAK-IP as 169.254.1.20 under host.py script. This time again i got ConnectionRefusedError from host.py script and OAK.py shows connected without any other response. It seems that after upgrading the bootloader it by defaults takes USB as native, to check this i tried running depthai-demo.py and i was able to see the stream, whereas earlier i need to put the boot-switch to USB to see the usb stream via depthai-demo.py.
jakaskerl This assumes both the power and comms are going through the USB. That's why it works.
As i mentioned i need to change boot switch to USB to see the video stream using depthai-demo.py script and if i change the boot switch to boot from flash settings, i was able to stream the video using tcp streaming.
The power issue still remains there, the onboard led litsup when USB is connected whereas just using POE i can't see any LED Powered ON, its just showing voltages across VNEG and VPOS Test Points.
Let me know following things:
1. How to fix the bootlader part, i upgraded the bootloader using device-manager.py and i need to make it work using tcp stream example.
2. Powering the camera over PoE.