Sarvesh
These all look ok.
Either POE injector is not capable of supplying stable power or the connection drop is too long. First case, try to swap out the injector for a switch.
Second:
- test if this works:
ping -I eth1 169.254.1.222
- increase watchdog timeout when running your script
DEPTHAI_WATCHDOG_INITIAL_DELAY=60000 DEPTHAI_BOOTUP_TIMEOUT=60000 python3 script.py
Thanks,
Jaka