Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Sep 5, 2023
1 parent 59dcf99 commit c9d4944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proc/hdr-merge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ namespace librealsense
// checking frame counter of first depth and ir are the same
if (use_ir)
{
// on devices that does not support meta data on IR frames, do not use IR for hdr merging
// on devices that do not support meta data on IR frames (like D457), do not use IR for hdr merging
if (!first_ir.supports_frame_metadata(RS2_FRAME_METADATA_FRAME_COUNTER) ||
!second_ir.supports_frame_metadata(RS2_FRAME_METADATA_FRAME_COUNTER) ||
!first_ir.supports_frame_metadata(RS2_FRAME_METADATA_SEQUENCE_ID) ||
Expand Down

0 comments on commit c9d4944

Please sign in to comment.