# could_camera_demo **Repository Path**: mango-gitee/could_camera_demo ## Basic Information - **Project Name**: could_camera_demo - **Description**: 基于esp32实现远程拍照 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-01 - **Last Updated**: 2021-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 设备端: 硬件:esp32-cam 软件:基于官方提供实例开发,实例[链接]( https://hub.fastgit.org/donny681/ESP32_CAMERA_QR.git)。 功能: 设备启动进行摄像头、WiFi初始化,完成联网后。向MQTT服务器注册订阅端。 而后等待处理mqtt消息,收到拍照命令后,获取图片发送给指定的mqtt订阅者。 服务器: 在公网服务器搭建了MQTT服务器,作为中继。 PC端: 使用python 实现一个小工具,发送拍照命令,接受图片。