|
ESPHome 2025.12.3
|
#include <esp32_camera.h>
Public Member Functions | |
| ESP32CameraStreamStopTrigger (ESP32Camera *parent) | |
| void | on_stream_stop () override |
Public Member Functions inherited from esphome::Trigger<> | |
| void | trigger (const Ts &...x) |
| Inform the parent automation that the event has triggered. | |
| void | set_automation_parent (Automation< Ts... > *automation_parent) |
| void | stop_action () |
| Stop any action connected to this trigger. | |
| bool | is_action_running () |
| Returns true if any action connected to this trigger is running. | |
Public Member Functions inherited from esphome::camera::CameraListener | |
| virtual void | on_camera_image (const std::shared_ptr< CameraImage > &image) |
| virtual void | on_stream_start () |
Additional Inherited Members | |
Protected Attributes inherited from esphome::Trigger<> | |
| Automation< Ts... > * | automation_parent_ |
Definition at line 242 of file esp32_camera.h.
|
inlineexplicit |
Definition at line 244 of file esp32_camera.h.
|
inlineoverridevirtual |
Reimplemented from esphome::camera::CameraListener.
Definition at line 245 of file esp32_camera.h.