Hi @ryan ,
So we have an example of a 4-point transform, but not yet for the matrix transform:
https://github.com/luxonis/depthai-python/blob/ed6c07f/examples/20_color_rotate_warp.py#L140
And here is the call for the 3x3 transform:
https://docs.luxonis.com/projects/api/en/latest/references/python/#depthai.ImageManipConfig.setWarpTransformMatrix3x3
We haven't written demo for it yet though. I -think- if you run the OpenCV calibration you should be able to get this calibration and then use it though, which then I -think- will do something. But ultimately you would want the multi-point mesh.
Thoughts?
Thanks,
Brandon