horizontalFovDegrees property
double
get
horizontalFovDegrees
Gets the current horizontal field of view in degrees.
Implementation
double get horizontalFovDegrees =>
2 * math.atan((width / 2) / fx) * (180 / math.pi);