NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
NvMediaICPEx Struct Reference

Detailed Description

Holds an image capture object created by NvMediaICPCreateEx().

Definition at line 356 of file nvmedia_icp.h.

Data Fields

uint16_t numVirtualGroups
 Holds the number of virtual groups used. More...
 
struct {
   uint16_t   virtualGroupId
 Holds the virtual group index. More...
 
   NvMediaICP *   hIcp
 Holds a pointer to the image capture object. More...
 
icp [NVMEDIA_ICP_MAX_VIRTUAL_GROUPS]
 Holds an array of NvMediaICP structs, one for each virtual group. More...
 

Field Documentation

◆ hIcp

NvMediaICP* NvMediaICPEx::hIcp

Holds a pointer to the image capture object.

Definition at line 364 of file nvmedia_icp.h.

◆ icp

struct { ... } NvMediaICPEx::icp[NVMEDIA_ICP_MAX_VIRTUAL_GROUPS]

Holds an array of NvMediaICP structs, one for each virtual group.

◆ numVirtualGroups

uint16_t NvMediaICPEx::numVirtualGroups

Holds the number of virtual groups used.

Definition at line 358 of file nvmedia_icp.h.

◆ virtualGroupId

uint16_t NvMediaICPEx::virtualGroupId

Holds the virtual group index.

Definition at line 362 of file nvmedia_icp.h.


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