NVIDIA DriveWorks API: Cameras
Description: This file defines camera methods.
Definition in file Camera.h.
|
| DW_API_PUBLIC dwStatus | dwSensorCamera_getDataLines (const dwImageDataLines **dataLines, dwCameraFrameHandle_t frameHandle) |
| | Gets the data lines sent by the camera sensor. More...
|
| |
| DW_API_PUBLIC dwStatus | dwSensorCamera_getImageCPU (dwImageCPU **image, dwCameraOutputType format, dwCameraFrameHandle_t frameHandle) |
| | Gets a frame from the camera sensor. More...
|
| |
| DW_API_PUBLIC dwStatus | dwSensorCamera_getImageCUDA (dwImageCUDA **image, dwCameraOutputType format, dwCameraFrameHandle_t frameHandle) |
| | Gets a frame from the camera sensor. More...
|
| |
| DW_API_PUBLIC dwStatus | dwSensorCamera_getImageProperties (dwImageProperties *imageProperties, dwCameraOutputType type, dwSensorHandle_t sensor) |
| | Gets information about the image properties for a given dwCameraOutputType. More...
|
| |
| DW_API_PUBLIC dwStatus | dwSensorCamera_getSensorProperties (dwCameraProperties *properties, dwSensorHandle_t sensor) |
| | Gets information about the camera sensor. More...
|
| |
| DW_API_PUBLIC dwStatus | dwSensorCamera_getTimestamp (dwTime_t *timestamp, dwCameraFrameHandle_t frameHandle) |
| | Gets the timestamp of the current camera frame. More...
|
| |
| DW_API_PUBLIC dwStatus | dwSensorCamera_readFrame (dwCameraFrameHandle_t *frameHandle, uint32_t sibling, dwTime_t timeout_us, dwSensorHandle_t sensor) |
| | Reads a frame handle from the camera sensor. More...
|
| |
| DW_API_PUBLIC dwStatus | dwSensorCamera_returnFrame (dwCameraFrameHandle_t *frameHandle) |
| | Returns a frame to the camera after it has been consumed. More...
|
| |