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