![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Video capture object created by NvMediaVideoCaptureCreate.
Definition at line 141 of file nvmedia_vcp.h.
Data Fields | |
NvMediaSurfaceType | surfaceType |
The surface type that will be returned upon capturing an image. More... | |
uint16_t | width |
Width of the captured surface. More... | |
uint16_t | height |
Height of the captured surface. More... | |
unsigned char | numBuffers |
Number of frame buffers used to create the video capture object. More... | |
uint16_t NvMediaVideoCapture::height |
Height of the captured surface.
Definition at line 148 of file nvmedia_vcp.h.
unsigned char NvMediaVideoCapture::numBuffers |
Number of frame buffers used to create the video capture object.
Definition at line 150 of file nvmedia_vcp.h.
NvMediaSurfaceType NvMediaVideoCapture::surfaceType |
The surface type that will be returned upon capturing an image.
Definition at line 144 of file nvmedia_vcp.h.
uint16_t NvMediaVideoCapture::width |
Width of the captured surface.
Definition at line 146 of file nvmedia_vcp.h.