2 * Copyright (c) 2017, 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_prerecord_checker Prerecord Checker
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
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:
24 ./prerecord-checker --config-file=path/to/user/config.json
26 For details about the JSON config file description, refer to the
27 [Recording Library](@ref dwx_recording_library).