Hi, Ti,
We use dvsdk_2_10_01_18 for 5M jpeg encode on DM368, and write ipipe_clkdiv to for 96MHz.
utemp = 0x2fa9; /* 48/170*340 = 96Mhz */
regw_if(utemp, IPIPEIF_CLKDIV);
We found the program will hang at do_preview_resizer() every 10minuters ~ 60minutes;
But we change ipipe_clkdiv to 80MHz, the program will run better, but we need the program run
a week.
Can you give me some suggestion how to avoid the program hang, and give me a suitable ipipe_clkdiv ?
Give me some suggestion or solution for the program avoiding at do_preview_resizer().
Thank you !
Zhou