We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3ec65 commit ebe63bfCopy full SHA for ebe63bf
python/mmSolver/utils/loadmarker/formats/uvtrack.py
@@ -522,7 +522,7 @@ def _parse_camera_fov_v4(data):
522
f = frame_data['frame']
523
focal_length = frame_data['focal_length_cm']
524
525
- # Calculate angle of view from focal length and film back.
+ # Calculate angle of view from focal length and film back.
526
527
angle_x = math.atan(film_back_x / (2.0 * focal_length))
528
angle_y = math.atan(film_back_y / (2.0 * focal_length))
0 commit comments