This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: OPENVX

Part Number: TDA4VM

 C7x Kernel Application 例程中的

obj->output_img = vxCreateImage(obj->contextobj->widthobj->height, VX_DF_IMAGE_BMP);
我将其改为
obj->output_img = vxCreateImage(obj->context, obj->width, obj->height, VX_DF_IMAGE_RGB);
就会报错 
vxVerifyGraph这块的函数不给通过  
报错:
ERROR: Input/Output image format not correct !!!
VX_ZONE_ERROR:[ownGraphNodeKernelValidate:535] node kernel validate failed for kernel app_c7x_kernel.img_add at index 0
0.6625s: VX_ZONE_ERROR:[tivxObjectDeInit:180] Is kernel use failed
0.6642s: VX_ZONE_ERROR:[tivxObjectDeInit:276] Is error use failed
x 出现错误。请重试或与管理员联系。