Rene

Results 172 comments of Rene

You have to select the right camera, using the Platformio menu.

Yes, it does work. I suspect you forgot to include the boards submodule when cloning the repo.

you need to checkout with submodules

Hi, See the comment in the demo: git clone --recurse-submodules https://github.com/rzeldent/esp32-smartdisplay-demo.git

I don't know exactly; the documentation might be a but outdated but I retested it using a PlatformIO CLI prompt and, of course, it worked on my computer; see output...

Have updated the documentation for this. Thanks for the feedback!

Hi coxtor, Yes, unfortunately this feature is missing as it was only for the AI-thinker. Should have mentioned it indeed... But plans are to have this feature back and maybe...

Hi Coxot, If it does not break the other modules that would be great! Make a PR!

Hi cohen, Use the develop version. I do not own such a camera but take a look at the include/camera_config.h. There are the pins defined to connect to the camera....

Yes, good luck, the develop version is an attempt to get it also running on other platforms. This was required for the seeed_xiao_esp32s3 that uses the esp32s3. Not everything has...