CaCO3

Results 225 comments of CaCO3

Did you try if it works? AFAIK there is no pinout configuration, we simply use the ESP library which provides the support for the different cameras. See https://github.com/espressif/esp32-camera/tree/5c8349f4cf169c8a61283e0da9b8cff10994d3f3

Compared to the currently used camera (OV2640), it has a higher resolution, thus memory might be an issue! (`2592 x 1944` vs. `1600 x 1200`)

keep in mind that we don't have RAM to support a higher camera resolution!

> @caco3 I would create a PR if I can get the html working but create reference image html on rolling branch appears to be broken? What is the state...

just keep in mind that it would need an update for all existing users. I have seen it at least once that the config file got corrupted during write, eg....

AFAIK nobody is working on this. But we are open for Pull Requests. Just keep my conserns in mind. Also, beside the discussion in this issue there are hardly discussions...

> Why no merge ? It seems clean code after a small review. Regards When I tested it last, it did not work stable, and I was unable to find...

Well, you didn't really look into the code, right? A quick search would have shown you that it is a wrapper I wrote for debugging: https://github.com/search?q=repo%3Ajomjol%2FAI-on-the-edge-device%20free_psram_heap&type=code I strongly suggest you...

Might lead to `vfs_fat: open: no free file descriptors` due to more logging!

But what will you save with this? My devices have an interval of 2 minutes which is already far more what effectively is needed. Also it will not save you...