#include #ifndef CAMERA_TASK #define CAMERA_TASK void camera_task(void *pvParameters); esp_err_t camera_init(); // already exists #endif