- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
This tool is available on the x86 Host System and NVIDIA DRIVE™ OS Linux.
The NVIDIA® DriveWorks LRAW Preview Extract tool extracts the encoded H.264 lossy preview data in lraw2.0 file and outputs to a file.
Every thirtieth frame (1 FPS) in an LRAW2.0 file contains lossy encoded Preview data. This data can be used for quick preview of contents. LRAW2.0 file format defines these encoding types:
sample_camera_replay
.This tool supports following arguments:
--inputfile=<input.lraw file> The fullpath of the input lraw recording in LRAW V2 format. --outputfile=<outputfile.h264> The fullpath of the output preview data in h264 format.
The usage is ./extractLRawPreview
, for which the preview data is extracted from the provided LRAW input.
./extractLRawPreview --inputfile=<input.lraw file> --outputfile=<outputfile.h264>