- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
The camera sensor provides two timestamp options depending on sensor type. These options can be toggled using the output-timestamp
sensor parameter, and work by modifying the timestamp_us
returned when reading a camera frame. The following table summarizes the timestamp options available for each supported camera protocol. The default option is host
.
Note: this parameter does not modify raw data. For more information about this parameter, see Sensor Timestamping.
Protocol | Vendor | Prerequisites | output-timestamp | Notes |
---|---|---|---|---|
camera.gmsl | host | |||
camera.usb | host | |||
camera.client | host | |||
camera.ip | host | |||
raw | Supersedes useSimTime=true | |||
camera.virtual | host | |||
raw | If supported by protocol above |