Hi TI-friends,
I ported our motion detection algorithm in DVRRDK_02.80 and it works fine after out long time test.
Now I try to port it in DVRRDK_03.00. But I always got the following message
...
[c6xdsp ] 12179: SCD : VA ALG Init Done of Channel - 0!!!
[c6xdsp ] 12179: SCD : VA Create Call Status 0x1!!!
[c6xdsp ] 12179: Assertion @ Line: 267 in links_c6xdsp/alg_link/scd/scdLink_alg.c: libStatus == DMVAL_NO_ERROR : failed !!!
...
I try to disable DMVAL module by seting DMVAL_DETECTMODE_DISABLE. But I still got the same message.
I check the following error code in ./hdvpss/hdvpss_01_00_01_37_patched/packages/ti/psp/vps/fvid2.h and it just said
"software failure"
/**
* \name FVID2 Error Codes
*
* Error codes returned by FVID2 APIs
*
* @{
*/
/** \brief FVID2 API call successful. */
#define FVID2_SOK ((Int32) 0)
/** \brief FVID2 API call returned with error as failed. Used for generic error.
* It may be some hardware failure and/or software failure. */
#define FVID2_EFAIL ((Int32) -1)
Do you have any idea for this or could you describe more detail about "software failure"?