Skip to content

Commit

Permalink
edit the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
noacoohen committed Apr 2, 2024
1 parent 9748bb6 commit efdd02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proc/motion-transform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace librealsense
{
const double gyro_transform_factor = deg2rad( gyro_scale_factor );
//high_accuracy=true when gyro_scale_factor=0.0001 for FW version >=5.16
//high_accuracy=false when gyro_scale_factor=0.1 or 0.003814697265625 for HKR, for FW version <5.16
//high_accuracy=false when gyro_scale_factor=0.1 for FW version <5.16 or 0.003814697265625 for HKR
bool high_accuracy = ( gyro_scale_factor == 0.0001 );
copy_hid_axes< FORMAT >( dest, source, gyro_transform_factor, high_accuracy, is_mipi );
}
Expand Down

0 comments on commit efdd02d

Please sign in to comment.