安信可ESP32-CAM开发板摄像,浏览器端查看实时视频,基于ESP-IDF4.1版本,包含人脸监测。 这里要求的的ESP-IDF版本是4.1,我用的是ESP-IDFV4.4,也可以正常使用。 1.1把源代码放到example目录下 我的绝对路径是E:\esp32\esp-idf\examples,放在这里: 2.创建新工程 ...
用vscode打开example,打开方法参考《VScode+ESP32快速安装ESP-IDF插件》的“4.测试编译例程”。 创建好新工程后,原文件会拷贝一份到工作区。 进入下一步。 2.配置并编译工程 进入配置工程: 主要是确认一下4线接法: esp32-cam的sd卡引脚使用图: 保存配置,编译工程。
用vscode打开example,打开方法参考《VScode+ESP32快速安装ESP-IDF插件》的“4.测试编译例程”。 创建好新工程后,原文件会拷贝一份到工作区。 进入下一步。 2.配置并编译工程 进入配置工程: 主要是确认一下4线接法: esp32-cam的sd卡引脚使用图: 保存配置,编译工程。
安信可ESP32-CAM开发板摄像,浏览器端查看实时视频,基于ESP-IDF4.1版本,包含人脸监测。 这里要求的的ESP-IDF版本是4.1,我用的是ESP-IDFV4.4,也可以正常使用。 1.1把源代码放到example目录下 我的绝对路径是E:\esp32\esp-idf\examples,放在这里: 2.创建新工程 ...
我们使用的是esp32s3-cam单片机,即带ov2640摄像头的esp32s3核心板。具体部署细节按以下步骤进行: 步骤1:创建个新的espidf项目,点击按钮 即可实现。 选择模板使用高亮模板即可。这一步主要是为了获取espidf项目中的.vscode文件。将该文件复制到..\esp-who \examples\human_face_detection\terminal文件夹中。用vscode...
刷新esp-idf环境 get_idf 配置项目 idf.py menuconfig 在SD Card Example menu菜单下配置: 选择Format the card if mount failed。 如果安装失败就格式化卡。 保存,退出。 编译项目 idf.py build 烧写项目 连接设备时我PC将USB-SERIAL识别为COM3。 idf.py -p /dev/ttyS3 -b 115200 flash 5. 示例输出 在...
idf.py create-project-from-example "espressif/esp32-camera:camera_example" This command will download the example intocamera_exampledirectory. It comes already pre-configured with the correct settings in menuconfig. Initialization #include"esp_camera.h"//WROVER-KIT PIN Map#defineCAM_PIN_PWDN -1/...
打开ESP-IDF Command Prompt或者ESP-IDF PowerShell,这里使用ESP-IDF PowerShell,ESP-IDF PowerShell的命令行和linux很像。 切换到esp-idf的example目录,选一个例程编译,这里编译hello_world例程。 在终端输入:cd .\examples\get-started\hello_world 再输入:idf.py set-target esp32选择使用esp32芯片; 执行完之后...
idf.py create-project-from-example "espressif/esp32-camera:camera_example" This command will download the example intocamera_exampledirectory. It comes already pre-configured with the correct settings in menuconfig. Initialization #include"esp_camera.h"//WROVER-KIT PIN Map#defineCAM_PIN_PWDN-1 /...
update README.md. 4年前 README MIT 安信可ESP32-CAM开发板摄像,浏览器端查看实时视频,基于ESP-IDF4.1版本,包含人脸监测。 简介 安信可ESP32-CAM开发板摄像,浏览器端查看实时视频,基于ESP-IDF4.1版本,包含人脸监测。 暂无标签 C MIT 保存更改 贡献者(1) 全部...