NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
NvMediaVideoCapture Struct Reference

Detailed Description

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...
 

Field Documentation

◆ height

uint16_t NvMediaVideoCapture::height

Height of the captured surface.

Definition at line 148 of file nvmedia_vcp.h.

◆ numBuffers

unsigned char NvMediaVideoCapture::numBuffers

Number of frame buffers used to create the video capture object.

Definition at line 150 of file nvmedia_vcp.h.

◆ surfaceType

NvMediaSurfaceType NvMediaVideoCapture::surfaceType

The surface type that will be returned upon capturing an image.

Definition at line 144 of file nvmedia_vcp.h.

◆ width

uint16_t NvMediaVideoCapture::width

Width of the captured surface.

Definition at line 146 of file nvmedia_vcp.h.


The documentation for this struct was generated from the following file: