CVidCapGuiTestDlg Class Reference#include <VidCapGuiTestDlg.h>
List of all members. Public Types
- enum { IDD = IDD_VIDCAPGUITEST_DIALOG
}
Public Member Functions
Public Attributes
Protected Member Functions
Static Protected Member Functions
Protected Attributes
Member Enumeration Documentation
Constructor & Destructor Documentation
| CVidCapGuiTestDlg::CVidCapGuiTestDlg |
( |
CWnd * |
pParent = NULL |
) |
|
|
Member Function Documentation
| bool CVidCapGuiTestDlg::CaptureCallback |
( |
CVRES |
status, |
|
|
CVImage * |
imagePtr, |
|
|
void * |
userParam |
|
) |
[static, protected] |
|
| void CVidCapGuiTestDlg::DoDataExchange |
( |
CDataExchange * |
pDX |
) |
[protected, virtual] |
|
|
|
Definition at line 36 of file VidCapGuiTestDlg.cpp.
References IDC_BRIGHTSLIDER, IDC_CAPTURERATE, IDC_CONTRASTSLIDER, IDC_DEVICELIST, IDC_FRAMENUM, IDC_GAINSLIDER, IDC_GAMMASLIDER, IDC_HUESLIDER, IDC_MODELIST, IDC_SATURATIONSLIDER, IDC_SHARPSLIDER, IDC_WHITESLIDER, m_captureRate, m_deviceList, m_frameNumStr, m_modeList, m_sliderBright, m_sliderContrast, m_sliderGain, m_sliderGamma, m_sliderHue, m_sliderSat, m_sliderSharp, and m_sliderWhite. |
| void CVidCapGuiTestDlg::OnDestroy |
( |
|
) |
[protected] |
|
| void CVidCapGuiTestDlg::OnHScroll |
( |
UINT |
nSBCode, |
|
|
UINT |
nPos, |
|
|
CScrollBar * |
pScrollBar |
|
) |
[protected] |
|
|
|
Definition at line 335 of file VidCapGuiTestDlg.cpp.
References CVVidCapture::CAMERAPROP_BRIGHT, CVVidCapture::CAMERAPROP_CONTRAST, CVVidCapture::CAMERAPROP_GAIN, CVVidCapture::CAMERAPROP_GAMMA, CVVidCapture::CAMERAPROP_HUE, CVVidCapture::CAMERAPROP_SAT, CVVidCapture::CAMERAPROP_SHARP, CVVidCapture::CAMERAPROP_WHITEBALANCE, CVVidCapture::IsConnected(), m_sliderBright, m_sliderContrast, m_sliderGain, m_sliderGamma, m_sliderHue, m_sliderSat, m_sliderSharp, m_sliderWhite, m_VidCapture, and OnSlider(). |
| BOOL CVidCapGuiTestDlg::OnInitDialog |
( |
|
) |
[protected, virtual] |
|
| void CVidCapGuiTestDlg::OnPaint |
( |
|
) |
[protected] |
|
| HCURSOR CVidCapGuiTestDlg::OnQueryDragIcon |
( |
|
) |
[protected] |
|
| void CVidCapGuiTestDlg::OnSelchangeDevicelist |
( |
|
) |
[protected] |
|
|
|
Definition at line 158 of file VidCapGuiTestDlg.cpp.
References CVVidCapture::CAMERAPROP_BRIGHT, CVVidCapture::CAMERAPROP_CONTRAST, CVVidCapture::CAMERAPROP_GAIN, CVVidCapture::CAMERAPROP_GAMMA, CVVidCapture::CAMERAPROP_HUE, CVVidCapture::CAMERAPROP_SAT, CVVidCapture::CAMERAPROP_SHARP, CVVidCapture::CAMERAPROP_WHITEBALANCE, CVVidCapture::Connect(), CVFAILED, CVVidCapture::Disconnect(), IDC_BRIGHTLABEL, IDC_CONTRASTLABEL, IDC_GAINLABEL, IDC_GAMMALABEL, IDC_HUELABEL, IDC_SATLABEL, IDC_SHARPLABEL, IDC_WHITELABEL, InitSlider(), CVVidCapture::IsConnected(), CVVidCapture::IsStarted(), m_deviceList, m_frameNumber, m_frameTimes, m_lastFrameTime, m_modeList, m_sliderBright, m_sliderContrast, m_sliderGain, m_sliderGamma, m_sliderHue, m_sliderSat, m_sliderSharp, m_sliderWhite, m_VidCapture, RefreshModeList(), and CVVidCapture::Stop(). |
| void CVidCapGuiTestDlg::OnSelchangeModelist |
( |
|
) |
[protected] |
|
|
|
Definition at line 239 of file VidCapGuiTestDlg.cpp.
References CaptureCallback(), CVFAILED, CVImage::CVIMAGE_RGB24, CVVidCapture::IsStarted(), m_frameNumber, m_frameTimes, m_lastFrameTime, m_modeList, m_VidCapture, CVVidCapture::SetMode(), CVVidCapture::StartImageCap(), and CVVidCapture::Stop(). |
| void CVidCapGuiTestDlg::RefreshDevices |
( |
|
) |
[protected] |
|
| void CVidCapGuiTestDlg::RefreshModeList |
( |
|
) |
[protected] |
|
|
|
Definition at line 202 of file VidCapGuiTestDlg.cpp.
References CVFAILED, CVSUCCESS, CVVidCapture::VIDCAP_MODE::EstFrameRate, CVVidCapture::GetFormatModeName(), CVVidCapture::GetModeInfo(), CVVidCapture::GetNumSupportedModes(), CVVidCapture::VIDCAP_MODE::InputFormat, CVVidCapture::IsConnected(), m_modeList, m_VidCapture, CVVidCapture::VIDCAP_MODE::XRes, and CVVidCapture::VIDCAP_MODE::YRes.
Referenced by OnSelchangeDevicelist(). |
| void CVidCapGuiTestDlg::SetMode |
( |
int |
index |
) |
[protected] |
|
| LRESULT CVidCapGuiTestDlg::WindowProc |
( |
UINT |
message, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
[protected, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|