Files
esp-idf/examples/peripherals/h264/sdkconfig.defaults
2025-06-12 10:43:18 +08:00

18 lines
611 B
Plaintext

CONFIG_SPIRAM=y
CONFIG_ESP_MAIN_TASK_STACK_SIZE=10240
# FreeRTOS configurations
CONFIG_FREERTOS_HZ=1000
# H264 IRAM Configuration Notes:
# When LDGEN_CHECK_MAPPING="1" strict memory mapping check is enabled, linking errors may occur
# Cause: Prebuilt libtinyh264.a library doesn't support forced IRAM placement
# Solutions:
# Disable IRAM optimization: CONFIG_ESP_H264_DECODER_IRAM=n
CONFIG_ESP_H264_DECODER_IRAM=n
# This case uses the terminal to print the brief diagrams before encoding and after decoding.
# Turn off the watchdog to ensure the integrity of the picture printing
CONFIG_ESP_TASK_WDT_EN=n