回放页面每一次按键进行一次回收内存

This commit is contained in:
greg 2024-01-12 13:56:10 +08:00
parent 98aa1bf646
commit 4fa51839ce

View File

@ -529,6 +529,10 @@ static void UIFlowPlay_IconImageSize(BOOL bShow)
printf("This is picture.\n"); printf("This is picture.\n");
lv_obj_set_hidden(container_play_scr_uiflowplay, true); lv_obj_set_hidden(container_play_scr_uiflowplay, true);
snprintf(item1_Buf, 32, "%lux%lu", OriImgWidth, OriImgHeight); snprintf(item1_Buf, 32, "%lux%lu", OriImgWidth, OriImgHeight);
#if HUNTING_CAMERA_MCU == ENABLE
sf_mem_free();
#endif
} }