DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/tools/recorder/apps/recorder/README-recorder.md
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
3  *
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.
9  */
10 
11 @page dwx_recorder_tool Basic Recording Tool
12 
13 @note This tool is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
14 
15 This tool is available on the x86 Host System, NVIDIA DRIVE<sup>&trade;</sup> OS Linux, and NVIDIA DRIVE<sup>&trade;</sup> OS QNX.
16 
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.
20 
21 @section recorder_starting Starting the Recording Application
22 
23 Run this tool by executing:
24 
25  sudo -s
26  cd /usr/local/driveworks/tools/capture
27  ./recorder <rig-file>
28 
29 The tool supports the following commands:
30 
31 | Command | Action |
32 | ------------------------ | --------------- |
33 | `s [record_path]<Enter>` | start recording |
34 | `s /dev/null<Enter>` | stop recording |
35 | `q <Enter>` | quit |
36 
37 If no `record_path` is specified using the start command above, the tool uses the
38 current working directory as its recording path.
39 
40 For related information, see:
41 - @ref dwx_recording_devguide_group
42 - @ref dwx_config_ref
43 
44 @section recorder_configuring Configuring the Recorder
45 
46 See @ref dwx_config_ref