DriveWorks SDK Reference

| 0.6.67 Release

/builds/driveav/dw/sdk/tools/recorder/apps/prerecord-checker/README.md
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017, 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_prerecord_checker Prerecord Checker
12 
13 The DriveWorks prerecord checker is a simple tool capable of checking sensors
14 configured in JSON file used by recorder before actually running recorder.
15 The tool can be found in `tools/` folder and can be started with
16 
17  ./prerecord-checker
18 
19 The tool is configurable with a JSON file.
20 By default, the JSON file that is read into the tool is `recorder-config.json`.
21 This file is auto-generated when the tool is executed and file is not present.
22 A different file can be specified with the `--config-file=` command-line option:
23 
24  ./prerecord-checker --config-file=path/to/user/config.json
25 
26 For details about the JSON config file description, refer to the
27 [Recording Library](@ref dwx_recording_library).