Part Number: TDA4VM
Hi,
My graph Crashes when I Change pyramid level and scale on TDA4.
Device: TDA4 OPN#J721EXSOMG01EVM ASSY#PROC078E6(001)
Software: psdk_rtos_auto_j7_06_02_00_21
My Code:
...
vx_pyramid pyr_exemplar = vxCreatePyramid(context, 5, VX_SCALE_PYRAMID_HALF, 1280, 720, (vx_df_image)VX_DF_IMAGE_U8);
...
node_pyr = vxGaussianPyramidNode(graph, in_image[0] , pyr_exemplar);
...
It runs will.
But when I change the pyramid level to 8,
...
vx_pyramid pyr_exemplar = vxCreatePyramid(context, 8, VX_SCALE_PYRAMID_HALF, 1280, 720, (vx_df_image)VX_DF_IMAGE_U8);
...
The graph crash:
[MCU2_1] 50.220179 s: VX_ZONE_ERROR:[tivxVpacMscPmdProcess:936] tivxVpacMscPmdProcess: Failed to Submit Request
[MCU2_1] 50.220248 s: VX_ZONE_ERROR:[tivxTargetKernelExecute:372] tivxTargetKernelExecute: Kerne l process function for [] returned error code: -1
When I change the pyramid scale to VX_SCALE_PYRAMID_ORB,
...
vx_pyramid pyr_exemplar = vxCreatePyramid(context, 5, VX_SCALE_PYRAMID_ORB, 1280, 720, (vx_df_image)VX_DF_IMAGE_U8);
...
The graph crash too:
[MCU2_1] 57.175151 s: VX_ZONE_ERROR:[tivxVpacMscPmdProcess:936] tivxVpacMscPmdProcess: Failed to Submit Request
[MCU2_1] 57.175210 s: VX_ZONE_ERROR:[tivxTargetKernelExecute:372] tivxTargetKernelExecute: Kerne l process function for [] returned error code: -1
The error logs are from ${PSDKRA_PATH}/tiovx/kernels_j7/hwa/vpac_msc/vx_vpac_msc_pyramid_target.c
line 930:
/* Submit MSC Request*/