4 #ifndef LIBREALSENSE_RS2_HPP 5 #define LIBREALSENSE_RS2_HPP 82 const char*
raw()
const 138 template<
typename S >
152 rs2_log(severity, message, &e);
175 #endif // LIBREALSENSE_RS2_HPP
const char * rs2_sensor_mode_to_string(rs2_sensor_mode preset)
GLenum GLuint GLenum GLsizei const GLchar * message
rs2_camera_info
Read-only strings that can be queried from the device. Not all information attributes are available o...
const char * rs2_format_to_string(rs2_format format)
rs2_exception_type
Exception types are the different categories of errors that RealSense API might return.
GLenum GLuint GLenum severity
const char * rs2_timestamp_domain_to_string(rs2_timestamp_domain info)
const char * rs2_frame_metadata_to_string(rs2_frame_metadata_value metadata)
void log_to_callback(rs2_log_severity min_severity, S callback)
rs2_option
Defines general configuration controls. These can generally be mapped to camera UVC controls...
const char * rs2_get_full_log_message(rs2_log_message const *msg, rs2_error **error)
rs2_distortion
Distortion model: defines how pixel coordinates should be mapped to sensor coordinates.
void rs2_enable_rolling_log_file(unsigned max_size, rs2_error **error)
rs2_sr300_visual_preset
For SR300 devices: provides optimized settings (presets) for specific types of usage.
const char * rs2_option_to_string(rs2_option option)
void rs2_log_to_callback_cpp(rs2_log_severity min_severity, rs2_log_callback *callback, rs2_error **error)
GLsizei const GLchar *const * path
const char * rs2_distortion_to_string(rs2_distortion distortion)
void rs2_log_to_file(rs2_log_severity min_severity, const char *file_path, rs2_error **error)
const char * rs2_get_log_message_filename(rs2_log_message const *msg, rs2_error **error)
void log(rs2_log_severity severity, const char *message)
unsigned rs2_get_log_message_line_number(rs2_log_message const *msg, rs2_error **error)
void rs2_log(rs2_log_severity severity, const char *message, rs2_error **error)
const char * filename() const
const char * rs2_sr300_visual_preset_to_string(rs2_sr300_visual_preset preset)
Exposes librealsense functionality for C compilers.
std::ostream & operator<<(std::ostream &os, const textual_icon &i)
status
Defines return codes that SDK interfaces use. Negative values indicate errors, a zero value indicates...
const char * rs2_exception_type_to_string(rs2_exception_type type)
size_t line_number() const
rs2_log_message const & _msg
const char * rs2_calibration_status_to_string(rs2_calibration_status)
GLint GLint GLsizei GLint GLenum format
struct rs2_log_message rs2_log_message
rs2_format
A stream's format identifies how binary data is encoded within a frame.
const char * rs2_get_raw_log_message(rs2_log_message const *msg, rs2_error **error)
void log_to_file(rs2_log_severity min_severity, const char *file_path=nullptr)
static void handle(rs2_error *e)
rs2_stream
Streams are different types of data provided by RealSense devices.
rs2_sensor_mode
For setting the camera_mode option.
void log_to_console(rs2_log_severity min_severity)
const char * rs2_camera_info_to_string(rs2_camera_info info)
void rs2_log_to_console(rs2_log_severity min_severity, rs2_error **error)
const char * rs2_stream_to_string(rs2_stream stream)
rs2_notification_category
Category of the librealsense notification.
::realsense_legacy_msgs::metadata_< std::allocator< void > > metadata
const char * full() const
void enable_rolling_log_file(unsigned max_size)
typename::boost::move_detail::remove_reference< T >::type && move(T &&t) BOOST_NOEXCEPT
const char * rs2_playback_status_to_string(rs2_playback_status status)
const char * rs2_notification_category_to_string(rs2_notification_category category)
const char * rs2_log_severity_to_string(rs2_log_severity info)
const char * rs2_calibration_type_to_string(rs2_calibration_type)
void on_log(rs2_log_severity severity, rs2_log_message const &msg) noexceptoverride
rs2_log_severity
Severity of the librealsense logger.
const char * rs2_l500_visual_preset_to_string(rs2_l500_visual_preset preset)
void rs2_reset_logger(rs2_error **error)
rs2_frame_metadata_value
Per-Frame-Metadata is the set of read-only properties that might be exposed for each individual frame...
log_message(rs2_log_message const &msg)
rs2_l500_visual_preset
For L500 devices: provides optimized settings (presets) for specific types of usage.
rs2_timestamp_domain
Specifies the clock in relation to which the frame timestamp was measured.