Hi,
I am working on IPNC RDK version 3.8. I am trying to increase IMd zones from 4 (current support in RDK) to 10.
I have done chages for that at IPNC APP side as well as IPNC MCFW side.
Changes in IPNC_APP:
1. Increase parameters of structure Dmva_Config_Data (from SysInfo)
__u32 dmvaAppIMDZone1_ROI_numSides_sys; to __u32 dmvaAppIMDZone10_ROI_numSides_sys;
__u32 dmvaAppIMDZone1_x[17]; to __u32 dmvaAppIMDZone10_x[17];
__u32 dmvaAppIMDZone1_y[17]; to __u32 dmvaAppIMDZone10_y[17];
2. As well As passes data, according to variable added in structure from IPNC_APP to IPNC_MCFW.
Changes in IPNC_MCFW:
1. Increase parameters DMVALpolygon polygon[10]; in structure VaLink_algObj (before it was polygon[4])
2. Changes according to polygon in IMD @ ./ipnc_mcfw/mcfw/src_bios6/links_common/va/vaLink_alg.c
Got An assertion :
[c6xdsp ] DMVAL:
[c6xdsp ] > DMVAL: Invalid timestamp in video frame!
[c6xdsp ] 175397: Assertion @ Line: 3279 in links_common/va/vaLink_alg.c: libStatus == DMVAL_NO_ERROR : failed !!!
Is there any Issue regarding DMVAL Library?
Can you please resolve my Issue.
Regards,
Sandip Gokani.