feat(esp32p4): video playback platform deps (esp_h264 + fatfs/esp_dri…#85
Open
xiongzh2000 wants to merge 3 commits into
Open
feat(esp32p4): video playback platform deps (esp_h264 + fatfs/esp_dri…#85xiongzh2000 wants to merge 3 commits into
xiongzh2000 wants to merge 3 commits into
Conversation
…ver_sdmmc REQUIRES, FATFS long filename) - idf_component.yml: add espressif/esp_h264 (>=1.0.3, esp32p4) for H.264 software decode - tuyaos_adapter/CMakeLists.txt: add esp_h264 + fatfs + esp_driver_sdmmc to esp32p4 adapter REQUIRES (SD card video playback) - sdkconfig_esp32p4_c6: enable FATFS_LFN_HEAP + MAX_LFN=255 (long filenames on SD) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
视频播放测试用 esp_extractor 从 MP4 解出 MJPEG 帧交给硬件 JPEG 解码。 esp_audio_codec 不再内置 esp_extractor,故 vendoring 官方预编译组件到 tuya_open_sdk/components/esp_extractor;adapter REQUIRES + EXTRA_COMPONENT_DIRS 加入 esp_extractor。 音频走旁挂 PCM(板载 FAAD2 解不了目标 AAC 码流),故不引入 esp_audio_codec 依赖。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- OV5647 默认模式从 800x1280 中心裁剪窗口(FOV 窄/像放大/糊)改为 1280x960 2x2 binning(整幅全视场),FORMAT_INDEX_DAFAULT=4。 - adapter REQUIRES 加 esp-tls:云端 AI 视频走 HTTPS 直链,用 esp-tls + mbedtls 证书 bundle 验证公网 CA,整文件下载到 PSRAM 再播。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ver_sdmmc REQUIRES, FATFS long filename)