Search found 2 matches
- Tue Apr 16, 2024 6:07 pm
- Forum: Sample Code
- Topic: ESP32-S3 Camera Example
- Replies: 5
- Views: 23383
Re: ESP32-S3 Camera Example
I adapted the timelapse code from ESP32-CAM to also work with ESP32-S3-Wroom1 CAM (with PSRAM enabled) I also identified the SD card pins for timelapse snapshots to be written to SD card. You can try my code below, only tested with the ESP32-S3 WROOM N16R8 from ali*, not sure for other variants. htt...
- Sat Mar 09, 2024 2:59 pm
- Forum: General Discussion
- Topic: Encountering unknown CMake command "idf_component_register"
- Replies: 6
- Views: 18926
Re: Encountering unknown CMake command "idf_component_register"
I has a similar problem, that was fixed by... not doing the build in that directory, but in the main project directory. The below error was happening on a "library" module, where I tried to do idf.py build, receiving CMake Error at CMakeLists.txt:9 (idf_component_register): Unknown CMake command "id...