Visual Studio Code extension for ESP-IDF projects. Contribute to SinglWolf/vscode-esp-idf-extension-Ru-ru development by creating an account on GitHub.
Every time I called esp_camera_fb_get() function, it runs perfectly fine for the first iterations, but after a while, it just throws me errors. The Weird thing is that the Esp32 Cam Webserver example ...
#include "driver/ledc.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #define LED_RED_CH LEDC_CHANNEL_0 #define LED_GREEN_CH LEDC_CHANNEL_1 #define LED_BLUE_CH LEDC_CHANNEL_2 #define ...