Skip to content

Commit

Permalink
Added fall_detected hw error and update user note for depth_stream_ha…
Browse files Browse the repository at this point in the history
…rd_error.
  • Loading branch information
aangerma committed Sep 8, 2020
1 parent 39cd378 commit 19e8b22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/l500/l500-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ namespace librealsense
depth_stream_soft_error,
temp_warning,
temp_critical,
DFU_error
DFU_error,
fall_detected = 12
};

// Elaborate FW XU report.
Expand All @@ -254,11 +255,12 @@ namespace librealsense
{ overflow_infrared, "Overflow occur on infrared stream" },
{ overflow_depth, "Overflow occur on depth stream" },
{ overflow_confidence, "Overflow occur on confidence stream" },
{ depth_stream_hard_error, "Stream stoped. \nNon recoverable. power reset may help" },
{ depth_stream_hard_error, "receiver light saturation, Stream Stopped for 1 sec" },
{ depth_stream_soft_error, "Error that may be overcome in few sec. \nStream stoped. May be recoverable" },
{ temp_warning, "Warning, temperature close to critical" },
{ temp_critical, "Critical temperature reached" },
{ DFU_error, "DFU error" },
{ fall_detected, "Fall Detected Stream Stopped" },
};

#pragma pack(push, 1)
Expand Down

0 comments on commit 19e8b22

Please sign in to comment.