Skip to content

Commit

Permalink
Correct camera module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond LeClair committed Jan 17, 2023
1 parent 4a11c50 commit 45f06fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions axis-ptz/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,17 +269,17 @@ def compute_rotations(e_E_XYZ, e_N_XYZ, e_z_XYZ, alpha, beta, gamma, rho, tau):
Returns
-------
q_alpha : numpy.ndarray
q_alpha : quaternion.quaternion
Yaw rotation quaternion
q_beta : numpy.ndarray
q_beta : quaternion.quaternion
Pitch rotation quaternion
q_gamma : numpy.ndarray
q_gamma : quaternion.quaternion
Roll rotation quaternion
E_XYZ_to_uvw : numpy.ndarray
Orthogonal transformation matrix from XYZ to uvw
q_rho : numpy.ndarray
q_rho : quaternion.quaternion
Pan rotation quaternion
q_tau : numpy.ndarray
q_tau : quaternion.quaternion
Tilt rotation quaternion
E_XYZ_to_rst : numpy.ndarray
Orthogonal transformation matrix from XYZ to rst
Expand Down

0 comments on commit 45f06fb

Please sign in to comment.