setCameraFocalLength abstract method

Future setCameraFocalLength(
  1. double focalLength
)

Sets the focal length of the camera. Default value is 28.0.

Implementation

Future setCameraFocalLength(double focalLength);