jakaskerl
I checked the troubleshooting but still cannot find the camera.
I pressed the boot button as you requested and then I received : Successfully cleared bootloader flash after running the following code:
import depthai as dai
(f, bl) = dai.DeviceBootloader.getFirstAvailableDevice()
if not f:
print('No devices found, exiting...')
exit(-1)
with dai.DeviceBootloader(bl) as bootloader:
bootloader.flashClear()
print('Successfully cleared bootloader flash')
When it is connected with USB , I can detect the camera and print its name and MxId. but still cannot detect it when I do the connection via PoE.
Flashing should remain the same, just make sure to select NETWORK bootloader (not AUTO or USB). To ensure proper BL is flashed and that ETH capabilities are enabled after flash.
I still cannot understand this part , do I need to modify the reset factory code I am using ?
Thank you very much