Skip to content

Commit

Permalink
PR #12670 from AviaAv: hdr test converted to python and stabilized
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Mar 7, 2024
2 parents c7c104d + b18ea82 commit de220a4
Show file tree
Hide file tree
Showing 4 changed files with 572 additions and 890 deletions.
1 change: 1 addition & 0 deletions src/proc/hdr-merge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ namespace librealsense
// criteria for discarding saved merged_depth_frame:
// 1 - frame counter for merged depth is greater than the input frame
// 2 - resolution change
// 3 - delta between input frame counter and merged depth counter >= SEQUENTIAL_FRAMES_THRESHOLD
auto depth_merged_frame_counter = _depth_merged_frame.get_frame_metadata(RS2_FRAME_METADATA_FRAME_COUNTER);
auto input_frame_counter = f.get_frame_metadata(RS2_FRAME_METADATA_FRAME_COUNTER);

Expand Down
Loading

0 comments on commit de220a4

Please sign in to comment.