This version of Unity is unsupported.

Camera.FocalLengthToFOV

Switch to Manual

Declaration

public static float FocalLengthToFOV(float focalLength, float sensorSize);

Parameters

focalLength Focal length in millimeters.
sensorSize Sensor size in millimeters. Use the sensor height to get the vertical field of view. Use the sensor width to get the horizontal field of view.

Returns

float Field of view in degrees.

Description

Converts focal length to field of view.