VisionWorks Toolkit Reference

December 18, 2015 | 1.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvxio::FrameSource::Parameters Struct Reference

Detailed Description

FrameSource parameters.

Definition at line 86 of file FrameSource.hpp.

Public Member Functions

 Parameters ()
 

Data Fields

vx_df_image format
 Holds the format of the frame. More...
 
vx_uint32 fps
 Holds the FPS (for video only). More...
 
vx_uint32 frameHeight
 Holds the height of the frame. More...
 
vx_uint32 frameWidth
 Holds the width of the frame. More...
 

Constructor & Destructor Documentation

nvxio::FrameSource::Parameters::Parameters ( )
inline

Definition at line 93 of file FrameSource.hpp.

Field Documentation

vx_uint32 nvxio::FrameSource::Parameters::frameWidth

Holds the width of the frame.

Definition at line 88 of file FrameSource.hpp.

vx_uint32 nvxio::FrameSource::Parameters::frameHeight

Holds the height of the frame.

Definition at line 89 of file FrameSource.hpp.

vx_df_image nvxio::FrameSource::Parameters::format

Holds the format of the frame.

Definition at line 90 of file FrameSource.hpp.

vx_uint32 nvxio::FrameSource::Parameters::fps

Holds the FPS (for video only).

Definition at line 91 of file FrameSource.hpp.


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