Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Jan 30, 2024
1 parent a642507 commit 355640a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ds/d500/d500-private.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ namespace librealsense
intrinsics.height = height;

// For D555e, model will be brown and we need the unrectified intrinsics
// We use reserved[3] as a flag here to indicate the full distortion module is not
// really brown but we treat it as such because the HW fixes fisheye distortion.
bool use_base_intrinsics
= ( table->rgb_coefficients_table.distortion_model == RS2_DISTORTION_BROWN_CONRADY
&& table->rgb_coefficients_table.reserved[3] == 0 );
Expand Down

0 comments on commit 355640a

Please sign in to comment.