Search found 2 matches

by yangjun1222
Thu Mar 23, 2023 3:30 am
Forum: ESP32 Arduino
Topic: when the server stop the stream transfering?
Replies: 1
Views: 1034

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...
by yangjun1222
Thu Mar 23, 2023 3:18 am
Forum: ESP32 Arduino
Topic: when the server stop the stream transfering?
Replies: 0
Views: 819

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...