erik @HaseenaS it's a bootloader issue - in some cases (abrupt disconnection), old bootloader got into a state where it didn't boot the FW back up correctly, and the only possible solution was to power cycle the device. Newer bootloader (0.26 and later) fixed this issue.
jakaskerl HaseenaS Not likely. Your data is probably not stored on the device and even if, it's most likely in EMMC not flash. Anyhow the update should not overwrite existing data (only the bootloader part). Thanks, Jaka
HaseenaS I have assigned static ip for my camera. if i try bootloading, i dont get the device list when i search it or use ip address instead.. can you help with this. @erik @jakaskerl
HaseenaS I am getting the following error: Exception in E:\depthai-python\utilities\device_manager.py, line 385; Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND
jakaskerl HaseenaS So your device is found first, then when trying to boot the device it becomes unavailable. This points to a POE power issue or some TCP block. What is the IP of your host machine and IP you have assigned to the device? Thanks, Jaka
HaseenaS As per your suggestion i performed bootloading with latest version 0.26. but still the camera stops while running. camera encountered an error, could not find any device with given device info. What is the solution to camera shutdown issue? @erik @jakaskerl
jakaskerl HaseenaS If you were able to update to 0.0.26, it means you are using some older depthai version. Could you update to depthai 2.28 and bootloader 0.0.28? Also can you post the log of when the crash happens? I'm interested to see the error message you receive. Thanks, Jaka
HaseenaS Please help me resolve the issue. I am running my python code in POE camera. I have three cameras which will capture the environment from different perspectives. I have connected three cameras through ethernet connection in the same network. there is no downtime for my network. I have 6 YOLOV8 models running in my code. I have time-synced the cameras and I have used threads to run all three cameras in parallel. Initially all the three cameras run fine, but after sometimes camera starts disconnecting… Then i have to rerun the code again to make the camera run after sometimes. i want to operate in an environment where the code runs 24x7. How to fix the issues. I have bootloaded to the latest version. If any of the camera got disconencted, i have to wait sometimes before restarting or it will not get connected if I start immediately. @jakaskerl @erik
jakaskerl HaseenaS Can you check the CPU usage on the cameras? DEPTHAI_LEVEL=DEBUG env variable followed by the command to call the script. Thanks, Jaka