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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user