1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-06 03:43:49 +01:00

esp32cam: add fb location config option (#9630)

This commit is contained in:
@RubenKelevra
2025-07-18 21:28:13 +02:00
committed by GitHub
parent cb8d9dca2a
commit 08407706aa
4 changed files with 21 additions and 2 deletions

View File

@@ -152,6 +152,7 @@ class ESP32Camera : public camera::Camera {
/* -- frame buffer */
void set_frame_buffer_mode(camera_grab_mode_t mode);
void set_frame_buffer_count(uint8_t fb_count);
void set_frame_buffer_location(camera_fb_location_t fb_location);
/* public API (derivated) */
void setup() override;