Tool/software:
Hi TI expert,
I changed the third parameter of PixelVizNode from `vx_image in_img` to `vx_user_data_object od_data`, and the error message is as follows:
The od_data to be passed into the node here stores my`byd_interfaces_cam_od_list`(See pdf for details), so I suspect that there is a problem in the step of converting the custom structure `byd_interfaces_cam_od_list` to `vx_user_data_object od_tensor`.
The following pdf is the part I modified, please help me find the problem.