Hey guys!
Pretty new to Unreal Engine and sadly there isnt much documentation on my problem:
Im desperately trying to find my 3d lens distortion data. Ive tried looking around and most of the time the "simple" tutorials look pretty baffling to me.
Then I looked into the unreal documentation and there is a node called "CV Open Callibrator" which seems to be doing what I want. The endresult being the k1, k2, p1, p2.... components of my camera. https://docs.unrealengine.com/en-US/...ion/index.html
Now there isnt much documentation on how to get it running but it seems so simple that I must be missing something.
you can create a callibrator insert checkerboard WxH and box size, you can feed it images (paths to files), if it has enough data it send the result.
Here is the setup of what Ive been trying to do:https://imgur.com/NGJNbeq
Anyone got any ideas of what I could be doing wrong or whats missing?
Pretty new to Unreal Engine and sadly there isnt much documentation on my problem:
Im desperately trying to find my 3d lens distortion data. Ive tried looking around and most of the time the "simple" tutorials look pretty baffling to me.
Then I looked into the unreal documentation and there is a node called "CV Open Callibrator" which seems to be doing what I want. The endresult being the k1, k2, p1, p2.... components of my camera. https://docs.unrealengine.com/en-US/...ion/index.html
Now there isnt much documentation on how to get it running but it seems so simple that I must be missing something.
you can create a callibrator insert checkerboard WxH and box size, you can feed it images (paths to files), if it has enough data it send the result.
Here is the setup of what Ive been trying to do:https://imgur.com/NGJNbeq
Anyone got any ideas of what I could be doing wrong or whats missing?
Comment