hi
In the appro ipnc DM8127,we know the dsp side processes scalared image which only 320X192.
now ,in our project,we need use HD image (1920X1080) for number recognition.
we do this:
1,the video get in scalar link is 720X480,and out 320X192.we could change the video to 704X440.
but when we change to 720X480.it failed.the message is :
c6xdsp ] 13425: Assertion @ Line: 2213 in links_common/va/vaLink_alg.c: libStatus == DMVAL_NO_ERROR : failed !!!
2, [m3video] ENCLINK_H264:HEAPID:0 USED:13808
[m3video] 13849: ENCODE: Creating CH1 of 1920 x 1080, pitch = (1920, 1920) [PROGRESSIVE] [NON-TILED ], bitrate = 8000 Kbps ...
[m3video]
[m3video] 13934:ERR::linkID:10000025::channelID:1::errorCode:-4::FileName:links_m3video/iva_enc/encLink_h264.c::linuNum:1321::errorCondition:(iresStatus == IRES_OK)
[m3video] 13935: Assertion @ Line: 901 in links_m3video/iva_enc/encLink_common.c: retVal == ENC_LINK_S_SUCCESS : failed !!!
2,we change the link.
we use smartanlytics demo ,build a new link : ...nsf_link->1080PYUV420->ipcframesout_link->ipcframesin_link->va_link.
and change buffer number to 3.
we send 1080P to dsp.but it failed.the message is:
[c6xdsp ] > DMVAL: 289783519 bytes required for DMVAL instance.
[c6xdsp ] DMVAL:
[c6xdsp ] > DMVAL: 4128 bytes required for DMVAL output.
[c6xdsp ] pAlgObj->size=289783519
[c6xdsp ] 12720: Assertion @ Line: 2220 in links_common/va/vaLink_alg.c: pAlgObj->ptr != NULL : failed !!!
for this message we know is memory error...
but i haven't clue to solve this problem.
can anyone help me
thank you !
Your help is greatly appreciated.