DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/tools/sensor_indexer/README-sensor_indexer.md
Go to the documentation of this file.
1 # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_sensor_indexer_tool Sensor Indexer Tool
4 @tableofcontents
5 
6 @section dwx_sensor_indexer_tool_description Description
7 
8 The NVIDIA<sup>&reg;</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>
10 
11 @note SW Release Applicability: This tool is available in both <b>NVIDIA DriveWorks</b> and <b>NVIDIA DRIVE Software</b> releases.
12 
13 @section dwx_sensor_indexer_tool_prereqs Prerequisites
14 
15 This tool is available on the x86 Host System and NVIDIA DRIVE<sup>&trade;</sup> OS Linux.
16 
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.
21 
22 @section dwx_sensor_indexer_tool_usage Running the Tool
23 
24 Run this tool by executing:
25 
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]]
30 
31 @subsection dwx_sensor_indexer_tool_params Parameters
32 
33  --sensor=[virtual sensor name]
34  Description: The name of the virtual sensor used to parse the file.
35 
36  --input=[path to sensor file]
37  Description: The input file containing recorded data for this sensor.
38 
39  --timestamp=[path to timestamp file]
40  Optional: The input file containing timestamp for h264 stream
41 
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.
44 
45 @section dwx_sensor_indexer_tool_output Output
46 
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.
49