Search found 2 matches
- Thu Mar 23, 2023 3:30 am
- Forum: ESP32 Arduino
- Topic: when the server stop the stream transfering?
- Replies: 1
- Views: 1392
when the server stop the stream transfering?
HI, I am reading the web cam server example project. I write a simple c program using vs code. #include "camera_index.h" int main() { FILE *file = fopen("index1.bin", "w"); // Check if the file is opened successfully if (file == NULL) { printf("Error opening file\\n"); return 1; } // Write each elem...
- Thu Mar 23, 2023 3:18 am
- Forum: ESP32 Arduino
- Topic: when the server stop the stream transfering?
- Replies: 0
- Views: 1041
when the server stop the stream transfering?
HI, I am reading the web cam server example project. I write a simple c program using vs code. #include "camera_index.h" int main() { FILE *file = fopen("index1.bin", "w"); // Check if the file is opened successfully if (file == NULL) { printf("Error opening file\\n"); return 1; } // Write each elem...