You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Artem-Darius Weber bb2dc1e41e
feat: Определение местоположения объектов относительно RealSense и их разметка
2 months ago
..
CMakeLists.txt feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
fw-log-data.cpp feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
fw-log-data.h feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
fw-logs-formating-options.cpp feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
fw-logs-formating-options.h feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
fw-logs-parser.cpp feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
fw-logs-parser.h feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
fw-logs-xml-helper.cpp feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
fw-logs-xml-helper.h feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
readme.md feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
rs-fw-logger.cpp feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
string-formatter.cpp feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
string-formatter.h feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago

readme.md

rs-fw-logger Tool

Goal

rs-fw-logger tool is a console application for collecting internal camera logs. If you are suspecting that you have an issue that is related to the cameras firmware, please use this tool and provide the output together with the FW version number when you are creating an issue. In order to run this, ensure that your camera is streaming. This can be done using the realsense-viewer or rs-capture Sample

Command Line Parameters

Flag Description Default Range
-l <xml-path> xml file ful path, used to parse the logs
-p <polling-interval-in-ms> logs polling interval (in milliseconds) 100 25-300
-f collect flash logs instead of firmware logs
-o <file-path> output file path

Usage

After installing librealsense run rs-fw-logger to launch the tool.