0

Hi I am trying to distort some stereoscopic video footage for viewing with Google Cardboard. I have been looking through the Distortion class and the example project but can not find any distortion values being defined.

Could someone advise what the distortion values should be used for the default 45mm lenses onto a Nexus 5 screen? The software I am using to process the footage is NukeX which takes 2 radial distortion values.

Any help would be much appreciated.

4

1 回答 1

0

可以通过调用来检索失真值distortion.getCoefficients()。前两个是您需要的(r^2 和 r^4),但可能需要调整它们以匹配您的距离单位。

于 2014-12-21T07:02:40.943 回答