In the C7x Kernel Application routine:
Obj-> output_img = vxCreateImage(obj-> context, obj-> width, obj-> height, VX_DF_IMAGE_BMP);
When the customer changes it as follows, an error is reported:
Obj-> output_img = vxCreateImage(obj-> context, obj-> width, obj-> height, VX_DF_IMAGE_RGB);
The function in this part of vxVerifyGraph cannot pass.
The error is as follows:
0.6642s: VX_ZONE_ERROR:[tivxObjectDeInit:276] Is error use failed
Specific error:
vxVerifyGraph
Results in status:-10