Function rs2_get_fw_log
Defined in File rs_internal.h
Function Documentation
-
int rs2_get_fw_log(rs2_device *dev, rs2_firmware_log_message *fw_log_msg, rs2_error **error)
Gets RealSense firmware log.
- Parameters:
dev – [in] Device from which the FW log should be taken
fw_log_msg – [in] Firmware log message object to be filled
error – [out] If non-null, receives any error that occurs during this call, otherwise, errors are ignored.
- Returns:
true for success, false for failure - failure happens if no firmware log was sent by the hardware monitor