mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +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:
5
tests/components/camera_encoder/common.yaml
Normal file
5
tests/components/camera_encoder/common.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
camera_encoder:
|
||||
id: jpeg_encoder
|
||||
quality: 80
|
||||
buffer_size: 4096
|
||||
buffer_expand_size: 1024
|
1
tests/components/camera_encoder/test.esp32-ard.yaml
Normal file
1
tests/components/camera_encoder/test.esp32-ard.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/camera_encoder/test.esp32-idf.yaml
Normal file
1
tests/components/camera_encoder/test.esp32-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
Reference in New Issue
Block a user