I tried to run the dmai video encoder sample app (video_encode_io1_dm3730.x470MV) for H264 or Mpeg4 that comes along with the DVSDK4.02 DM3730 package, but got errors like
==================
Frame 27: Read UYVY frame size 691200 (720x480) from file
@2,913,695us: [+x40105000] OM - Memory_getVirtualAddress> Error: buffer (physAddr=0x8ca16225, size=0x64140) not found in translationcache
Ensure that you have registered this buffer with Memory_registerContigBuf()
@2,913,817us: [+7 T:0x40105000] OM - Memory_getVirtualAddress> Error: buffer (physAddr=0x8ca7f21b, size=0x18f60) not found in translationcache
Ensure that you have registered this buffer with Memory_registerContigBuf()
@2,913,878us: [+7 T:0x40105000] OM - Memory_getVirtualAddress> Error: buffer (physAddr=0x8ca99f9b, size=0x18f60) not found in translationcache
Ensure that you have registered this buffer with Memory_registerContigBuf()
Frame 28: Read UYVY frame size 691200 (720x480) from file
@2,986,083us: [+7 T:0x40105000] OM - Memory_getVirtualAddress> Error: buffer (physAddr=0x8c9746a5, size=0x64140) not found in translationcache
==================
I saw some discussions on CodecEngine/H264 memory leak issue in this forum, but I'm wondering if it's fixed in DVSDK 4.02 release and how to make the dmai video encoder sample app working?
Thanks!