Enum rs2_notification_category

Enum Documentation

enum rs2_notification_category

Category of the librealsense notification.

Values:

enumerator RS2_NOTIFICATION_CATEGORY_FRAMES_TIMEOUT

Frames didn’t arrived within 5 seconds

enumerator RS2_NOTIFICATION_CATEGORY_FRAME_CORRUPTED

Received partial/incomplete frame

enumerator RS2_NOTIFICATION_CATEGORY_HARDWARE_ERROR

Error reported from the device

enumerator RS2_NOTIFICATION_CATEGORY_HARDWARE_EVENT

General Hardeware notification that is not an error

enumerator RS2_NOTIFICATION_CATEGORY_UNKNOWN_ERROR

Received unknown error from the device

enumerator RS2_NOTIFICATION_CATEGORY_FIRMWARE_UPDATE_RECOMMENDED

Current firmware version installed is not the latest available

enumerator RS2_NOTIFICATION_CATEGORY_POSE_RELOCALIZATION

A relocalization event has updated the pose provided by a pose sensor

enumerator RS2_NOTIFICATION_CATEGORY_COUNT

Number of enumeration values. Not a valid input: intended to be used in for-loops.