I’m trying to use the nvdewarper element to apply an homography transformation matrix that I obtained by executing the OpenCV function cv2.findHomography(…). The result from that function is a 3x3 matrix. I’ve successfully used the nvdewarper for image undistortion in the past, but I don’t know how to structure the nvdewarper config file in order to apply an homography transformation. Is there any example for this use case?
thanks for the response, I am afraid we can’t use VPI as we currently deploy only a gstreamer pipeline, so that would mean we have to write a new element that utilizes that code. Isn’t there any form of information of what this element can do? Can it actually perform such a transformation ? Thanks in advance.