Hi,
I am new with this forum and just starting with dm8148 on our own HW.
using:
- ti_ezsdk_dm814x-evm_5_05_02_00
- omx_05_02_00_48
I am trying to run decode_mosaicdisplay with multiple inputs, which are small files (176x144) of H264 video. NO audio.
When running:
./decode_mosaicdisplay_a8host_debug.xv5T -i /home/sh1.264 -j /home/sh2.264 -k /home/sh3.264 -w 176 -h 144 -f 15 -g 0 -p 3 -d 0
with one or two inputs, example works fine, but running with 3 or more I get the error:
Assertion at Line no: 380 in /home/bob/ti-ezsdk_dm814x-evm_5_05_02_00/component-sources/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/utils/hlos/knl/ResTrack.c: (elem == NULL) : failed
and
Error in OMX_AllocateBuffer()-Output Port State set : OMX_ErrorInsufficientResources
has anyone encounter this kind of error before?
How do I find which resources are getting used?
Thank you!