DriveWorks SDK Reference
4.0.0 Release
For Test and Development only

FrameCaptureExtra.h File Reference

Detailed Description

NVIDIA DriveWorks API: Experimental FrameCapture Methods

Description: This file defines extra Frame Capture methods.

Definition in file FrameCaptureExtra.h.

Go to the source code of this file.

Functions

DW_VIZ_API_PUBLIC dwStatus dwFrameCapture_appendFrameAsync (const dwImageHandle_t img, dwFrameCaptureHandle_t framecapture)
 Asynchronously append a dwImageHandle frame to the capture and it's serialized. More...
 
DW_VIZ_API_PUBLIC dwStatus dwFrameCapture_appendFrameCUDAAsync (const dwImageCUDA *img, dwFrameCaptureHandle_t framecapture)
 Asynchronously append a dwImageCUDA frame to the capture and it's serialized. More...
 
DW_VIZ_API_PUBLIC dwStatus dwFrameCapture_appendFrameGLAsync (const dwImageGL *img, dwFrameCaptureHandle_t framecapture)
 Asynchronously append a dwImageGL frame to the capture and it's serialized. More...
 
DW_VIZ_API_PUBLIC dwStatus dwFrameCapture_appendFrameNvMediaAsync (const dwImageNvMedia *img, dwFrameCaptureHandle_t framecapture)
 Asynchronously append a dwImageNvMedia frame to the capture and it's serialized. More...
 
DW_VIZ_API_PUBLIC dwStatus dwFrameCapture_start (dwFrameCaptureHandle_t framecapture)
 Starts frame capture. More...
 
DW_VIZ_API_PUBLIC dwStatus dwFrameCapture_stop (dwFrameCaptureHandle_t framecapture)
 Stops frame capture. More...