Hi TI experts,
I made 2 simple pipeline.
1. create two vx_image by vxCreateImage(input and output), load data to input image from file, connect to tivxVpacMscScaleNode, start vxVerifyGraph, start vxProcessGraph, and save output image to file. All works.
2. create one vx_image by vxCreateImage(output) and one by vxCreateImageFromHandle(input), connect to tivxVpacMscScaleNode, start vxVerifyGraph, start vxProcessGraph, and save output image to file.
In second pipeline output file is incorrect. I checked input vx_image by saving to a file. This file was correct. And i have question: what should i do for using image get by vxCreateImageFromHandle with nodes?