PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include <Tools/Epiphan/frmgrab.h>
Public Attributes | |
V2UVideoModeDescr * | customModes |
int | numCustomModes |
int | numStdModes |
V2UVideoModeDescr * | stdModes |
VGA mode table can be queried or modified with a bunch of GetProperty or SetProperty calls, but getting and settinng the entire VGA mode table with one call is more efficient, especially for network frame grabbers. Number of custom modes doesn't exceed V2U_CUSTOM_VIDEOMODE_COUNT. The whole FrmGrabVgaModes structure returned by FrmGrab_GetVGAModes is allocated as a single memory block. The caller is responsible for deallocating it with with a single FrmGrab_Free call.
V2UVideoModeDescr* _FrmGrabVgaModes::customModes |
V2UVideoModeDescr* _FrmGrabVgaModes::stdModes |