setLensIntrinsics

open fun setLensIntrinsics(fx: Double, fy: Double, cx: Double, cy: Double)

Set the lens intrinsics for the camera. By default, this method is not required to be called if your camera supplies this information internally.

Parameters

fx

The focal length in the x direction.

fy

The focal length in the y direction.

cx

The principal point in the x direction.

cy

The principal point in the y direction.