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