diff --git a/docs/Error-Debugging.md b/docs/Error-Debugging.md index 985179e..34bc080 100644 --- a/docs/Error-Debugging.md +++ b/docs/Error-Debugging.md @@ -1,14 +1,12 @@ -# Error Debugging +# Often observed issues -## Often observed problems - -### Hardware failure +## Hardware failure * Camera not working --> check the interface, test another module * Low cost module with only 2MB of PSRAM instead of 4MB --> image taking will fail first. This will never work due to too low memory More information in terms of hardware, component and basic configuration issues can be found here: [Reboot reasons](https://jomjol.github.io/AI-on-the-edge-device-docs/Frequent-Reboots/) -### ROI misaligned +## ROI misaligned @@ -20,7 +18,7 @@ If after those adjustment you still have some issues, you can try to adjust your -### My Analog Meter are recognized as Digital Counter or vice versa +## My Analog Meter are recognized as Digital Counter or vice versa @@ -28,7 +26,7 @@ If after those adjustment you still have some issues, you can try to adjust your 1. First, check that your ROI are correctly defined (yey!) 2. Second, verify that the name of your ROI analog and digital ROIs are different -### Recognition is working well, but number aren't sorted correctly +## Recognition is working well, but number aren't sorted correctly You have to sort your ROI correctly (Bigger to smaller). Select your ROI and click either "move next" or "move previous". Repeat until your ROI are correctly sorted