// VideoCapture.h
private: CVideoCapture m_VideoCapture; }; // CamShowDlg.cpp intruderrorry mfc camshow recording
Now that we have our MFC project set up, let's add the CamShow functionality. // VideoCapture
// CamShowDlg.h
void CVideoCapture::StartCapture(HWND hWnd) { // Create a video capture object m_pCapture = new CCapture(); // VideoCapture.h private: CVideoCapture m_VideoCapture