pyrealsense2.notification_category¶
- class pyrealsense2.notification_category¶
- Category of the librealsense notification. - Members: - frames_timeout - frame_corrupted - hardware_error - hardware_event - unknown_error - firmware_update_recommended - pose_relocalization - __init__(self: pyrealsense2.notification_category, value: int) None¶
 - Methods - __init__(self, value)- Attributes - firmware_update_recommended = <notification_category.firmware_update_recommended: 5>¶
 - frame_corrupted = <notification_category.frame_corrupted: 1>¶
 - frames_timeout = <notification_category.frames_timeout: 0>¶
 - hardware_error = <notification_category.hardware_error: 2>¶
 - hardware_event = <notification_category.hardware_event: 3>¶
 - property name¶
 - pose_relocalization = <notification_category.pose_relocalization: 6>¶
 - unknown_error = <notification_category.unknown_error: 4>¶
 - property value¶