// CaptureVideo.h: interface for the CCaptureVideo class.// // CaptureVideo.cpp: implementation of the CCaptureVideo class.// 主程序#ifdef _DEBUG#pragma comment(lib,"strmbasd.lib")#else#pragma comment(lib,"STRMBASE.lib")#endif#pragma comment(lib,"strmiids.lib")#pragma comment(lib,"quartz.lib")void CUSBShowDlg::OnBUTTONOpenVideo() //打开摄像头 相关文章: 2022-12-23 2021-05-12 2021-06-29 2021-10-05 2021-08-15 2022-12-23 2021-12-16 2021-10-30