DriveWorks SDK Reference
4.0.0 Release
For Test and Development only

Basic Recording Tool
Note
This tool is available in both NVIDIA DriveWorks and NVIDIA DRIVE Software releases.

This tool is available on the x86 Host System, NVIDIA DRIVE OS Linux, and NVIDIA DRIVE OS QNX.

This is a simple recording tool intended to be used as a back-end process for more advanced recording applications. While it can be used as is, it is encouraged to use either the TextUI Recording Tool or GUI Recording Tool.

Starting the Recording Application

Run this tool by executing:

sudo -s
cd /usr/local/driveworks/tools/capture
./recorder <rig-file>

The tool supports the following commands:

Command Action
s [record_path]<Enter> start recording
s /dev/null<Enter> stop recording
q <Enter> quit

If no record_path is specified using the start command above, the tool uses the current working directory as its recording path.

For related information, see:

Configuring the Recorder

See Configuration Reference