- 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, NVIDIA DRIVE™ OS Linux, and NVIDIA DRIVE™ OS QNX.
The NVIDIA® DriveWorks LRAW to RAW conversion tool decompresses the LRAW input file and stores the result to an RCCB file.
LRAW stands for Lossless Encode of RAW RCCB data. It uses H264 Lossless Hi Profile (244) for compression of RAW data. This format can be decoded to the exact original, pixels of RCCB data, without any loss due to compression.
This tool decompresses the provided LRAW input file to generate the original RAW RCCB file. The provided LRAW file can be in V1 or V2 format. LRAW encoding differs, depending on the platform:
The tool operates on pure raw data and doesn't need special support for any type of recording.
V2 offers these features over V1:
The lraw2raw tool supports the following arguments:
--inputfile=<input.lraw file> The fullpath of the input lraw file in LRAW V2 or V1 format. --outputfile=<outputfile.raw> The fullpath of the output Raw decompressed RCCB file. --usePinnedMemory=1/0 The option to enable or disable use of PinnedMemory for faster CudaMemcpy.
The usage is shown below.
sudo LD_LIBRARY_PATH=<path to CUDA Libraries> ./lraw2raw --inputfile=<input.lraw file> --outputfile=<outputfile.raw> --usePinnedMemory=1/0