Skip to content

Commit

Permalink
update minimal FW version for sensor timestamp update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Dec 11, 2024
1 parent 16f96af commit 376dc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ds/d400/d400-device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1101,8 +1101,8 @@ namespace librealsense
// attributes of md_mipi_depth_control structure
auto md_prop_offset = offsetof(metadata_mipi_depth_raw, depth_mode);

// timestamp metadata field alignment with FW was implemented on FW version 5.17.0.0
if ( _fw_version >= firmware_version( "5.17.0.0" ) )
// timestamp metadata field alignment with FW was implemented on FW version 5.16.3.3
if ( _fw_version >= firmware_version( "5.16.3.3" ) )
{
// optical_timestamp contains value of exposure/2
depth_sensor.register_metadata(RS2_FRAME_METADATA_SENSOR_TIMESTAMP,
Expand Down

0 comments on commit 376dc09

Please sign in to comment.