Hi Yaswant/Darren,
I am using DM365 dvsdk_3_00_01_10 on android platform. I am able to run gstreamer pipelines successfully and also able to see DMAI & CODEC Engine Debug messages by enabling CE_DEBUG=2 & DMAI_DEBUG=2.
#export DMAI_DEBUG=2
#export CE_DEBUG=2
#gst-launch-0.10 videotestsrc num-buffers=1 ! video/x-raw-yuv, format=\(fourcc\)NV12 ! TIVidenc1 codecName=mpeg4enc engineName=codecServer ! filesink location=output_gen_D1.mp4
I have integrated OMX-IL layer to access the h/w codecs thru opencore PV-Player. It is able to interact with DMAI & CODEC Engine layers.But I am not able to see any DMAI & CODEC Engine debug messages after enabling CE_DEBUG=2 & DMAI_DEBUG=2.
I have entered android DEBUG(LOGE/LOGI) messages in DMAI & CODEC Engine layers to debug the codec access.
getting following error messages.
E/libnav ( 1707): *********************Into the Vdec2 create fun**************************
E/libnav ( 1707): Into Codec Engine VIDDEC2_create fun
E/libnav ( 1707): Into Codec Engine VISA_create fun
E/libnav ( 1707): Into Codec Engine VISA_create2 fun
E/libnav ( 1707): Into codec Engine _ALG_allocMemory2 fun
E/libnav ( 1707): Failed: Algorithm_create_return
E/libnav ( 1707): VISA_create2> FAILED to create local codec.
E/libnav ( 1707): VISA_create2 failed
E/libnav ( 1707): Failed to open video decode algorithm
I/omx-dsp ( 1707): 0232848104 [VIDEO.ERROR] Failed to open decoder 'mpeg4dec'
I/omx-dsp ( 1707): 0232848259 [VIDEO.INIT] DSP VIDDEC2 decoder cleanup completed
I am attaching .cfg file.
Please find some pointers.
> How to enable DMAI_DEBUG, CE_DEBUG in case of OMX-IL.
> VISA_create2> FAILED to create local codec/Failed to open video decode algorithm/Failed to open decoder 'mpeg4dec'.
2133.omx_dsp_iface_dm365.cfg.txt