focalLength property

double focalLength
getter/setter pair

Lens focal length in meters (0.05 is a classic 50 mm). 0 (the default) derives it from the camera's vertical field of view and sensorHeight, so zooming the camera changes the blur physically.

Implementation

double focalLength = 0.0;