From 18d8cbaecbb468bd70130ec5b7dc8d8c7a47daeb Mon Sep 17 00:00:00 2001 From: ajwahab <1449672+ajwahab@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:25:48 -0400 Subject: [PATCH] Described new esp32_camera frame buffer option. (#4227) --- components/esp32_camera.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/esp32_camera.rst b/components/esp32_camera.rst index cc146c7a7..9402af34d 100644 --- a/components/esp32_camera.rst +++ b/components/esp32_camera.rst @@ -74,6 +74,8 @@ Frame Settings: Up to 60Hz is possible (with reduced frame sizes), but beware of overheating. Defaults to ``10 fps``. - **idle_framerate** (*Optional*, float): The framerate to capture images at when no client is requesting a full stream. Defaults to ``0.1 fps``. +- **frame_buffer_count** (*Optional*, int): The number of frame buffers to use when reading from the camera sensor. + Must be between 1 and 2. Defaults to ``1``. Image Settings: