ESPHome 2025.10.0-dev
Loading...
Searching...
No Matches
encoder.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::camera::EncoderBuffer
 Interface for an encoder buffer supporting resizing and variable-length data. More...
 
class  esphome::camera::Encoder
 Interface for image encoders used in a camera pipeline. More...
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::camera
 

Enumerations

enum  esphome::camera::EncoderError : uint8_t { esphome::camera::ENCODER_ERROR_SUCCESS = 0 , esphome::camera::ENCODER_ERROR_SKIP_FRAME , esphome::camera::ENCODER_ERROR_RETRY_FRAME , esphome::camera::ENCODER_ERROR_CONFIGURATION }
 Result codes from the encoder used to control camera pipeline flow. More...
 

Functions

const char * esphome::camera::to_string (EncoderError error)
 Converts EncoderError to string.