You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
zwsd 0e89afe794 update port 3 years ago
.vscode 封装相机部分 3 years ago
components update 3 years ago
main update port 3 years ago
markdown.assets/README.assets update readme 3 years ago
.gitignore update 3 years ago
.gitmodules update 3 years ago
CMakeLists.txt update 3 years ago
README.md update readme 3 years ago
dependencies.lock update 3 years ago
envsetupsetup.ps1 first commit 3 years ago
lscom.ps1 first commit 3 years ago
sdkconfig update 3 years ago
sdkconfig.defaults first commit 3 years ago
sdkconfig.defaults.esp32s3 first commit 3 years ago
sdkconfig.old update 3 years ago

README.md

README

该工程为ESP32 WHO相机运动检测demo

如果没初始化子模块会报下面错误,需要进行子模块初始化,初始化后,再打开终端输入命令envsetupsetup.ps1后输入idf.py build构建工程即可。

image-20220924100013998

如果工程路径过长会报如下错误,解决方法:缩短当前工程路径路径

image-20220924100932460

烧录使用idf.py flash monitor 自动寻找接口烧录监控,如果使用指令idf.py flash -p com7 monitor 指定com7烧录监控会报错。