Described new esp32_camera frame buffer option. (#4227)

This commit is contained in:
ajwahab 2024-09-11 01:25:48 -04:00 committed by GitHub
parent 6bb4798f22
commit 18d8cbaecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: