Hi,
Our DM8127 IPCam can be no problem to run for one month in 1920x1080 resolution. But if we use 2048x1536 resolution, it can only run for one or two day. It will hang in the h.264 process function.
Int32 Enclink_h264EncodeFrameBatch(EncLink_Obj * pObj,
EncLink_ReqBatch * reqObjBatch,
Int32 tskId)
{
...
error = ((IVIDENC2_Handle)handle)->fxns->process((IVIDENC2_Handle)handle,inputBufDesc,outputBufDesc,(IVIDENC2_InArgs *)inArgs,(IVIDENC2_OutArgs *)outArgs);
...
}
And other tasks hang too on the VIDEO M3. We open a print task, the task don't print anything when the encoder hang.
We try to adjust the ddr3 registers according to "TI814x-DDR3-Init-U-Boot
" and "DM814x_DM813x_DDR_Controller_Register_Configuration_spreadsheet_v1.0.xls", but there is no effect.
We try to use sys_pri.out programe to adjust the priority of the ISS and HDVICP0, but there is no effect too.
We try to disable VNF denoise and NFS denoise, it can be no problem to run for one month in 2048x1536 resolution.
Our ipnc_rdk version is 3.8.
Any idea on this issue?
thanks,
yerunyuan