We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f96af commit 376dc09Copy full SHA for 376dc09
src/ds/d400/d400-device.cpp
@@ -1101,8 +1101,8 @@ namespace librealsense
1101
// attributes of md_mipi_depth_control structure
1102
auto md_prop_offset = offsetof(metadata_mipi_depth_raw, depth_mode);
1103
1104
- // timestamp metadata field alignment with FW was implemented on FW version 5.17.0.0
1105
- 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" ) )
1106
{
1107
// optical_timestamp contains value of exposure/2
1108
depth_sensor.register_metadata(RS2_FRAME_METADATA_SENSOR_TIMESTAMP,
0 commit comments