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:[多摄像头]在设置到 TIVxVpacMscPyramidNode 后、vxVerifyGraph 失败

Guru**** 2539500 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1012533/tda4vm-multi-camera-after-set-into-the-tivxvpacmscpyramidnode-vxverifygraph-is-failed

器件型号:TDA4VM

我们发现 vxVerifyGraph 在 调试多通道摄像头以获取金字塔图像时失败、请参阅日志:

   34.238916 s:  vx_zone_error:[ownContextSendCmd:782] 命令 ACK 消息 返回 故障 CMD_STATUS: -7
    34.238922 s:  vx_zone_error:[ownContextSendCmd:818] tivxEventWait() 失败。
    34.238925 s:  vx_zone_error:[ownNodeKernelInit:526] Target kernel、 TIVX_CMD_NODE_CREATE 失败
    34.238927 s:  vx_zone_error:[ownNodeKernelInit:527] 请  确保  已    为此   内核注册目标回调
    34.238987 s:  vx_zone_error:[ownNodeKernelInit:528] 如果      已注册目标回调、 请 确保           此内核的 create 回调中未发生错误
    34.239200 s:  vx_zone_error:[GraphownNodeKernelInit:583]    针对节点 16的内核初始化、 kernel com.ti.hwa.vpac_msc_金字塔 ...  失败 !!!
    34.239217 s:  vx_zone_error:[vxVerifyGraph:2010] 节点 内核 初始化 失败
    34.239219 s:  vx_zone_error:[vxVerifyGraph:2064] Graph verify failed

在调试单通道摄像头以获取金字塔图像之前、vxVerifyGraph 成功了、请参阅代码:

   Vx_Pyramid  PYR_exchar =  vxCreatePyramid (

        上下文、 金字塔对象->级别、 vx_scale_金字塔 半轴、 金字塔对象->宽度

        PyramidObj->height、 PyramidObj->in_vx_df_image);  

   vx_object_array  arr =

        vxCreateObjectArray (context、 (vx_reference) PYR_SAMPRAR、 NUM_CH);

 

   vx_image  输入 = (vx_image) vxGetObjectArrayItem (input_arr、 0);
    vx_金字塔  输出 = (vx_金字塔) vxGetObjectArrayItem ((vx_object_array) arr、 0);
    TIVxVpacMscPyramidNodegraph、 input、 output);

当 NUM_CH 为1时、vxVerifyGraph 成功、现在 NUM_CH 为2、vxVerifyGraph 失败。

BTW:多通道摄像头捕获图像正常。