Now I am trying to integrate the new h264fhdvenc library into my DM6467 platform. The h264fhdvenc is downloaded from the URL:
http://software_dl.ti.com/dsps/dsps_public_sw/codecs/DM6467/index_FDS.html
The version info is as below:
dm6467_hdvicp_1_01_017_production.bin
dm6467_h264fhdvenc_01_10_02_02_production.bin
Now I have successfully fulfilled these steps as below:
1) Copy the h264fhdvenc codec to the path /ti/sdo/packages/codecs and replace the hdvicp codec with the new version hdvicp_1_01_017.
2) Modify the encode.tcf and encode.cmd files under the path
/ti/sdo/packages/codecs/encode referenced with
http://e2e.ti.com/forums/t/12408.aspx.
3) Modify the video.c and codecs.c in the encode demo. Change IH264ENC_Params H264ENC_DynamicParams into the new IH264FHDVENC_Params、
IH264FHDVENC_DynamicParams.
After these steps, I run the new demo, the results is as below:
#Encode demo start.
Failed to set cpld bit.
Does anyone have some advices?
(BTW: From the trace info, the engine has been open successfully, and it does not matter with the Venc1_create parameters.)