![]() |
NVAPI Reference Documentation
|
Release 396: April 5
|
#include <nvapi.h>
Data Fields | |
NvU32 | numRawCaptureImages |
NVVIOSIGNALFORMAT | signalFormat |
NvU32 | numStreams |
NVVIOSTREAM | streams [NVAPI_MAX_VIO_STREAMS] |
NvU32 | bTestMode |
Input device configuration.
NvU32 _NVVIOINPUTCONFIG::bTestMode |
This attribute controls the GVI test mode. Possible values 0/1. When testmode enabled, the GVI device will generate fake data as quickly as possible.
NvU32 _NVVIOINPUTCONFIG::numRawCaptureImages |
numRawCaptureImages is the number of frames to keep in the capture queue. must be between NVAPI_GVI_MIN_RAW_CAPTURE_IMAGES and NVAPI_GVI_MAX_RAW_CAPTURE_IMAGES,
NvU32 _NVVIOINPUTCONFIG::numStreams |
Number of active streams.
NVVIOSIGNALFORMAT _NVVIOINPUTCONFIG::signalFormat |
Signal format. Please note that both numRawCaptureImages and signalFormat should be set together.
NVVIOSTREAM _NVVIOINPUTCONFIG::streams[NVAPI_MAX_VIO_STREAMS] |
Stream configurations.