1 # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
3 @page dwx_sensor_indexer_tool Sensor Indexer Tool
6 @section dwx_sensor_indexer_tool_description Description
8 The NVIDIA<sup>®</sup> DriveWorks Sensor Indexer Tool creates seeking table files for all supported sensors.<br>
9 Any virtual sensor that supports index seeks can use those index tables for random access to the data streams.<br>
11 @note SW Release Applicability: This tool is available in both <b>NVIDIA DriveWorks</b> and <b>NVIDIA DRIVE Software</b> releases.
13 @section dwx_sensor_indexer_tool_prereqs Prerequisites
15 This tool is available on the x86 Host System and NVIDIA DRIVE<sup>™</sup> OS Linux.
17 This tool creates output files that are placed into the current working directory by default. Please ensure the following for your convenience:
18 - Write permissions are enabled for the current working directory.
19 - Include the tools folder in the binary search path of the system.
20 - Execute from your home directory.
22 @section dwx_sensor_indexer_tool_usage Running the Tool
24 Run this tool by executing:
26 ./sensor_indexer --sensor=[virtual sensor name]
27 --input=[path to sensor file]
28 --timestamp=[path to timestamp file]
29 [--output=[path to output file]]
31 @subsection dwx_sensor_indexer_tool_params Parameters
33 --sensor=[virtual sensor name]
34 Description: The name of the virtual sensor used to parse the file.
36 --input=[path to sensor file]
37 Description: The input file containing recorded data for this sensor.
39 --timestamp=[path to timestamp file]
40 Optional: The input file containing timestamp for h264 stream
42 --output=[path to output file]
43 Optional: The path where the index file needs to be stored. If not provided [input].seek will be used.
45 @section dwx_sensor_indexer_tool_output Output
47 The Sensor Indexer Tool creates a `.seek` file with the same name as the input file. It is placed into the current working directory by default.<br>
48 Ensure write permissions are enabled for the current working directory.