Depend on IPNC RDK 3.5 (attach to DM8127 Reference camera) ,I use H264 encoder as fellow:
- HDVICP2_Init();
- iresStatus = RMAN_init();
- init_h264code_params();
- H264ENC_create((H264ENC_Fxns *)&H264ENC_TI_IH264ENC,&gParams);
- iresStatus = RMAN_assignResources((IALG_Handle)ghandle,&H264ENC_TI_IRES, -1);
RMAN_assignResources return failed. But I use JPEG encoder like this is ok.
I think there is error somewhere in .cfg file . I have View some documents about Framework Component,XDC. But I don't have any idea.
Hope the help!!