4 Star 27 Fork 27

随遇而安/esp32-web-camera

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Camera with Web Server

Preparation

To run this example, you need the following components:

  • An ESP32 Module: Either ESP32-WROVER-KIT or ESP-EYE, which we highly recommend for beginners, is used in this example.
  • A Camera Module: Either OV2640 or OV3660 or OV5640 image sensor, which we highly recommend for beginners, is used in this example.

Quick Start

After you've completed the hardware settings, please follow the steps below:

  1. Connect the camera to ESP32 module. For connection pins, please see here
  2. Configure the example through idf.py menuconfig;
  3. Build And Flash the application to ESP32;
  4. Open Your Browser and point it to http://[ip-of-esp32]/;
  5. To Get Image press Get Still or Start Stream;
  6. Use The Options to enable/disable Face Detection, Face Recognition and more;
  7. View The Stream in a player like VLC: Open Network http://[ip-of-esp32]:81/stream;

For more details of the http handler, please refer to esp32-camera.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/kerwincui/esp32-web-camera.git
git@gitee.com:kerwincui/esp32-web-camera.git
kerwincui
esp32-web-camera
esp32-web-camera
master

搜索帮助