2 * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
4 * NVIDIA Corporation and its licensors retain all intellectual property
5 * and proprietary rights in and to this software, related documentation
6 * and any modifications thereto. Any use, reproduction, disclosure or
7 * distribution of this software and related documentation without an express
8 * license agreement from NVIDIA Corporation is strictly prohibited.
11 @page dwx_recorder_tool Basic Recording Tool
13 @note This tool is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
15 This tool is available on the x86 Host System, NVIDIA DRIVE<sup>™</sup> OS Linux, and NVIDIA DRIVE<sup>™</sup> OS QNX.
17 This is a simple recording tool intended to be used as a back-end process
18 for more advanced recording applications. While it can be used as is, it is encouraged
19 to use either the @ref dwx_recorder_textui_tool or @ref dwx_gui_recording2_tool.
21 @section recorder_starting Starting the Recording Application
23 Run this tool by executing:
26 cd /usr/local/driveworks/tools/capture
29 The tool supports the following commands:
32 | ------------------------ | --------------- |
33 | `s [record_path]<Enter>` | start recording |
34 | `s /dev/null<Enter>` | stop recording |
35 | `q <Enter>` | quit |
37 If no `record_path` is specified using the start command above, the tool uses the
38 current working directory as its recording path.
40 For related information, see:
41 - @ref dwx_recording_devguide_group
44 @section recorder_configuring Configuring the Recorder
46 See @ref dwx_config_ref