- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
On the NVIDIA DRIVE Platforms forum, you can search through discussions on questions posed by the community. If you can also ask your own questions. You must create an account before you can access this information.
https://devtalk.nvidia.com/default/board/376/general/
For the full list of supported sensors is available here: Sensors .
Integration with custom sensors is also possible: Integrating with Custom Sensors .
Currently, the APIs that DriveWorks modules expose do not follow any thread-safety paradigm to avoid the overhead of memory locks. Exceptions are individually documented.
NVIDIA testing easily achieved USB3.0-SSD write speeds between 300- to 400- megabytes /second, depending on the brand of the USB 3.0 SSD. NVIDIA has tested extensively with Samsung 850/750 Evo SSD with ext4 format.
For guidance on optimizing data storage to your USB disk, see High Throughput Recording in this guide.
If you are trying to record and you see an output such as the following, try reducing fifo-size
in the config file.
Error while starting /usr/local/driveworks/tools/recorder: NvMediaImageCreateNew: Unable to create YUV surface
For guidance on configuring network settings for Lidar capture, see Lidar in this guide.
If the recorded data is RAW or LRAW, you can use it on NVIDIA DRIVE PX 2 or NVIDIA DRIVE AGX Developer Kit.
If the data was recorded on NVIDIA DRIVE PX 2 and that data was processed (output as an .h264 video) before being recorded, compatibility with NVIDIA DRIVE AGX Developer Kit depends on how the data was processed
Processing | DW Applications |
---|---|
.h264 processed with HW ISP | Compatible |
.h264 processed with SoftISP(?) | Likely compatible, but unsuitable |
Note that SoftISP has been deprecated, so videos processed using it are not guaranteed to be ideal for our applications
nvsipl_camera
Driveworks requires h264/h265 videos to have AUD units. Otherwise it is unable to create index table and seeking is not available. For Driveworks recordings it is always take care of. If using external video AUDs can be added by the following ffmpeg command: