Camera Component

The camera component is the base abstraction layer for camera implementations in ESPHome. It provides a standardized interface between camera hardware/software implementations and the ESPHome API layer.

Note

This component cannot be used directly. It serves as the base platform that specific camera implementations (like ESP32 Camera Component) build upon.

Overview

The camera component acts as a foundation for camera integrations, with ESP32 Camera Component being the first implementation using this framework.

All camera implementations in ESPHome inherit from this base component, ensuring a consistent API for image capture and transmission to Home Assistant or other consumers.

Camera Platforms

See Also