2024-07-12
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
- #include <Wire.h>
- #include <ArduCAM.h>
- #include <SPI.h>
- #include <WiFi.h>
- #include <ESPAsyncWebServer.h>
-
- #define CAM_CS 32 // modify according to your own wiring
- #define OV2640_CHIPID_HIGH 0x0A
- #define OV2640_CHIPID_LOW 0x0B
-
- ArduCAM myCAM(OV2640, CAM_CS);
-
- // Set your access point's SSID and password
- const char* ssid = "..."; //wifi名
- const char* password = "....."; // 密码
- AsyncWebServer server(80); // Create an instance of the server
-
- // This function sends the live video frames to the client
- void serverStream(AsyncWebServerRequest *request){
- AsyncWebServerResponse *response = request->beginResponse("multipart/x-mixed-replace;boundary=frame", HTTP_ANY, [](uint8_t *buffer, size_t maxLen, size_t alreadySent) -> size_t {
- if(myCAM.get_bit(ARDUCHIP_TRIG , CAP_DONE_MASK)){
- size_t len = myCAM.read_fifo_length();
- uint8_t * buf = (uint8_t *)malloc(len);
- myCAM.CS_LOW();
- myCAM.set_fifo_burst();
- myCAM.spi_trans(0xFF);
- myCAM.transferBytes(myCAM.camera_model,BUF,buf,len);
- myCAM.CS_HIGH();
- size_t available_len = len - (alreadySent ? 32 : 0);
- size_t will_send =(available_len > maxLen) ? maxLen : available_len;
- if (!alreadySent){ // First chunk
- memcpy_P(buffer, buf, will_send);
- } else { // Consequent chunks
- buffer = buf + 32;
- }
- free(buf);
- if (!alreadySent) {
- return will_send;
- } else if (alreadySent + will_send < len) {
- return will_send;
- } else {
- myCAM.clear_fifo_flag();
- return 0; // Last chunk sent, signaling end of response by returning 0 bytes left
- }
- }
- return 0; // If there's nothing in the buffer, return 0 bytes left
- });
- response->addHeader("Connection", "close");
- request->send(response);
- }
-
- void setup() {
- Wire.begin(21, 22); // SDA, SCL
- WiFi.begin(ssid, password);
- while (WiFi.status() != WL_CONNECTED) {
- delay(1000);
- }
-
- myCAM.set_format(JPEG);
- myCAM.InitCAM();
- myCAM.write_reg(ARDUCHIP_TIM, VSYNC_LEVEL_MASK); // VSYNC is active HIGH
- myCAM.clear_fifo_flag();
- myCAM.write_reg(ARDUCHIP_FRAMES, 0x00);
-
- server.on("/stream", HTTP_GET, serverStream); // Route for live video stream
- server.begin();
- }
-
- void loop() {
- // You can put other code here
- }
OV2640 VCC (power copia) --> ESP32 3.3V
OV2640 GND (ground) --> ESP32 GND
OV2640 SDA (line data) --> ESP32 IO21 (I2C data linea SDA)
OV2640 SCL (horologium linea) --> ESP32 IO22 (I2C linea horologii SCL)
OV2640 VSNC (frame synchronisation) --> ESP32 IO25
OV2640 HREF (row sync) --> ESP32 IO23
OV2640 PCLK (pixel horologium) --> ESP32 IO19
OV2640 XCLK (systema horologium) --> ESP32 IO18
OV2640 D0~D7 (line data) --> ESP32 IO5~IO13 (8-bit data linea parallela)
Hoc tempore, quidam attenti amici reperire possunt tabulam progressionem ESP-WROOM-32 esse 25 Yuan, modulus OV2640 est 23 Yuan, summa 48 Yuan; 23 Yuan.ESP32CAM Progressio tabulae tantum 41 Yuan constat. Aliis verbis, "ESP-WROOM-32+ moduli" solutio non solum difficilis est accommodandi sed etiam 7 Yuan constat, cur non modo tabulam evolutionis ESP32CAM emere? Noli me interrogare, quia nimium expertus sum…