![]() |
DriveWorks SDK Reference| 0.6.67 Release |
The NVIDIA DriveWorks Sensor Indexer tool creates seeking table files for all supported sensors. Any virtual sensor that supports index seeks can use those index tables for random access to the data streams. For more information, see the NVIDIA DriveWorks Release Notes.
./sensor_indexer --sensor=<sensor.virtual> --input=<path/to/sensor/file>
The tool will create a new file next to the input file with same name as input file, however with an attached extension .seek
The following lists the required and optional command line arguments.
--sensor
: Name of the virtual sensor to use to parse the file (e.g., --driver=gps.virtual
)--input
: Input file containing recorded data of this sensor (e.g., --input=/home/nvidia/recordings/gps0.bin
)--output
: A path where the index file need to be stored (e.g., --output=/home/nvidia/recordings/gps0.bin.seek
)