Thanks for your assistance
mikegardner
Can you give more info on OS you are using?
I'm using Ubuntu 22.04.5 LTS
mikegardner I used the device manager using the link on the docs page to try to update the firmware using the Danger Zone 'Update Bootloader' and 'Flash Factory Bootloader' options but the 'Flashed bootloader version' always stays at 0.0.21
This would suggest you are using an older version of depthai or that the flashing failed (in which case you would get an error).
I suspected I was using an older version of depthai, so I deleted the depthai, depthai-python, and depthai-core folders and cloned them again from the master branch on the current repo, ran submodule update --init --recursive on each of those folders plus run install_requirements git but still got the same results.
mikegardner I'm up to date with the depthai repo but no idea where the bootloader file is, it's not in the utilities directory with the device_manager.py module
But it should be. luxonis/depthai-pythontree/main/utilities
Looking at the repo at the link you suggested, it matches my local folder contents exactly. As i say, I can see the device_manager.py module but nothing that looks like the actual bootloader file that is installed.
mikegardner If I ping the camera I get on average 10-15ms response with no missed beats
But this would indicate a network issue. What does your setup look like?
I have a Netgear Prosafe 108P 8-port switch with 4 POE ports. The only POE port that is populated is the one for the camera. The switch is connected to my Wifi router and I use a a Thinkpad T440s running Unbuntu 22.04.5 LTS to attach to the camera.
The laptop is dedicated as a Depthai dev system
Thanks,
Jaka