Hello,
I’ve been using VPI for a while now, and frequently need to clone an image to have a copy to work with so the original can be un-blocked while I do a heavy operation on it. Currently, whenever this is needed, I use
Yes, There doesn’t seem to be any built-in function for copying, so I use this function with the source image and destination image being the same format.
It works, but I’m curious if there is a better way.
It should be the optimal call already.
When the format between input and output is identical, VPI will copy the image directly without extra calculation.