Hi,
We are using AM5728 processor and we are using processor SDK 02_00_00_00 on Linux. We wanted to obtain debug logs from the h264 codec. By referring to the codec user guide, we have done the following to enable debug logs from the codec.
1. debugTraceLevel (which is a part of the IH264ENC_Params) is set to 3 while creating the codec
2. lastNFramesToLog (which is a part of the IH264ENC_Params) is set to 2 while creating the codec
3. Obtained the debug trace buffer size and address using XDM_GETSTATUS control call
4. Print the debug trace log after codec process call. The following log is obtained.
¾ ú â Z @ º E _ ` „ ¾ ú â Z @ º E _ ` „
We were unable to interpret the logs obtained. Should we do anything other than the steps mentioned above to enable debug logs? Also how do we interpret the logs obtained, are they in readable form?
Regards,
Apoorva