![]() |
VisionWorks Toolkit ReferenceDecember 18, 2015 | 1.2 Release |
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... | |
|
inline |
Definition at line 93 of file FrameSource.hpp.
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.