- Edited
Hi all ,
I am trying to factory reset Oak PoE 1 camera because of the IP has changed and I cannot access it.
I opened the enclosure and connected via USB C cable.
when I run this script it does not find any camera and prints "No devices found" :
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')
how can I fix this ?
I also tried to follow this tutorial : Getting started with OAK PoE devices — DepthAI Hardware Documentation 1.0.0 documentation (luxonis.com) but I cannot find DIP switch.
Thank you in advance