From e61e9da470cffe605fa7123752930416e77b9504 Mon Sep 17 00:00:00 2001 From: J Date: Tue, 19 Nov 2024 00:07:13 -0500 Subject: [PATCH] Remove instruction to call camera_probe This function is not public. esp_camera_init actually calls camera_probe so the documentation is backward. --- driver/include/esp_camera.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/driver/include/esp_camera.h b/driver/include/esp_camera.h index ce031c8..ff459cb 100755 --- a/driver/include/esp_camera.h +++ b/driver/include/esp_camera.h @@ -178,8 +178,6 @@ typedef struct { /** * @brief Initialize the camera driver * - * @note call camera_probe before calling this function - * * This function detects and configures camera over I2C interface, * allocates framebuffer and DMA buffers, * initializes parallel I2S input, and sets up DMA descriptors.