1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Add JPEG encoder support via new camera_encoder component (#9459)

Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
This commit is contained in:
DT-art1
2025-08-31 16:26:15 +02:00
committed by GitHub
parent 983b3cb879
commit e29f0ee7f8
14 changed files with 415 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
camera_encoder:
id: jpeg_encoder
quality: 80
buffer_size: 4096
buffer_expand_size: 1024

View File

@@ -0,0 +1 @@
<<: !include common.yaml

View File

@@ -0,0 +1 @@
<<: !include common.yaml