Browse Source

Remove instruction to call camera_probe

This function is not public. esp_camera_init actually
calls camera_probe so the documentation is backward.
pull/704/head
J 8 months ago committed by GitHub
parent
commit
e61e9da470
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      driver/include/esp_camera.h

2
driver/include/esp_camera.h

@ -178,8 +178,6 @@ typedef struct { @@ -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.

Loading…
Cancel
Save