Skip to content

Commit

Permalink
add test line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Oct 29, 2024
1 parent dc7d3c7 commit 55ea1df
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/ds/d400/d400-device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1104,9 +1104,14 @@ namespace librealsense
else // keep backward compatible with previous behavior
{
depth_sensor.register_metadata(RS2_FRAME_METADATA_SENSOR_TIMESTAMP,
make_attribute_parser(&md_mipi_depth_mode::hw_timestamp,
md_mipi_depth_control_attributes::hw_timestamp_attribute,
md_prop_offset));
make_attribute_parser(&md_mipi_depth_mode::hw_timestamp,
md_mipi_depth_control_attributes::hw_timestamp_attribute,
md_prop_offset));

/*depth_sensor.register_metadata(RS2_FRAME_METADATA_SENSOR_TIMESTAMP,
make_attribute_parser(&md_mipi_depth_mode::optical_timestamp,
md_mipi_depth_control_attributes::optical_timestamp_attribute,
md_prop_offset));*/
}

depth_sensor.register_metadata(RS2_FRAME_METADATA_ACTUAL_EXPOSURE,
Expand Down

0 comments on commit 55ea1df

Please sign in to comment.