Xiaoxia
c62ab7b239
Fix lichuang-dev camera ( #1290 )
...
* Fixatk-dnesp32s3 camera
* Update bread s3cam README
* Fix lichuang-dev camera
2025-10-14 20:44:44 +08:00
laride
60ad1c5afc
Refactor: Use esp_video component ( #1245 )
...
* refactor: migrate camera module to esp-video library
* refactor: migrate boards to esp-video API (1/2)
* refactor: migrate boards to esp-video API (2/2)
* fix: use ESP-IDF 5.5
* refactor: migrate the JPEG encoder to `esp_new_jpeg`
* feat: add YUV422 support
* feat: improve pixelformat and device selection process
* feat: use ESP32-P4 Hardware JPEG Encoder
2025-10-14 10:44:45 +08:00
Xiaoxia
d04b08133f
Move fonts / assets definition from main/boards to CMakeLists.txt ( #1174 )
...
* update surfer-c3-1.14tft font size
* Move fonts / assets definition from main/boards to CMakeLists.txt
* fix c3 compiling errors
---------
Co-authored-by: Xiaoxia <terrence.huang@tenclass.com >
2025-09-08 17:30:18 +08:00
Xiaoxia
83f6f8c703
Switch to 2.0 branch ( #1152 )
...
* Adapt boards to v2 partition tables
* fix esp log error
* fix display style
* reset emotion after download assets
* fix compiling
* update assets default url
* Add user only tools
* Add image cache
* smaller cache and buffer, more heap
* use MAIN_EVENT_CLOCK_TICK to avoid audio glitches
* bump to 2.0.0
* fix compiling errors
---------
Co-authored-by: Xiaoxia <terrence.huang@tenclass.com >
2025-09-04 15:41:28 +08:00
Xiaoxia
cc07ef447e
Revert "camera 优化:在原有的RGB565处理下,容易超时改为JPEG格式 ( #1029 )" ( #1085 )
...
This reverts commit d6b1414967 .
2025-08-14 22:23:29 +08:00
Dong Ning
d6b1414967
camera 优化:在原有的RGB565处理下,容易超时改为JPEG格式 ( #1029 )
...
* camera 优化
feat(camera): 修改摄像头配置为JPEG格式并优化图像处理逻辑
将摄像头输出格式从RGB565改为JPEG以提高传输效率,同时调整JPEG质量为10
重构预览图像处理逻辑,支持直接处理JPEG格式并自动转换为RGB565
优化Explain方法中的JPEG队列处理,减少内存分配和拷贝操作
* 修复代码缩进
调整代码缩进格式以提升可读性
* fix(esp32_camera): 修复RGB565格式预览图像的字节序问题
添加字节交换处理,将大端序转换为小端序,确保预览图像显示正确
* 使用旧的处理方式
* refactor(esp32_camera): 移除preview_buffer_直接使用preview_image_.data
2025-08-14 22:11:15 +08:00
Xiaoxia
fb85019c3c
change bread-compact-wifi-s3cam test gpio num ( #1017 )
2025-08-01 05:28:27 +08:00
Xiaoxia
3c71558a5f
v1.8.0: Audio 代码重构与低功耗优化 ( #943 )
...
* Reconstruct Audio Code
* Remove old IoT implementation
* Add MQTT-UDP documentation
* OTA升级失败时,可以继续使用
2025-07-19 22:45:22 +08:00
ZhouKe
e9f23ea231
-增加带面包板的摄像头功能 ( #815 )
...
* -增加带面包板的摄像头功能
* rename board
---------
Co-authored-by: zk <982145@qq.com >
2025-06-13 21:03:13 +08:00