This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x0000 | Ericsson Technology Licensing | |
---|---|---|
0x0001 | Nokia Mobile Phones | |
0x0002 | Intel Corp. | |
0x0003 | IBM Corp. | |
0x0004 | Toshiba Corp. | |
0x0005 | 3Com | |
0x0006 | Microsoft | |
0x0007 | Lucent | |
0x0008 | Motorola | |
0x0009 | Infineon Technologies AG |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "Arduino.h" | |
#include "esp_camera.h" | |
#include "ESPAsyncWebServer.h" | |
typedef struct { | |
camera_fb_t * fb; | |
size_t index; | |
} camera_frame_t; | |
#define PART_BOUNDARY "123456789000000000000987654321" |