求一个VC6.0+OpenCV1.0+Directshow+EasyCap 1路USB采集卡采集监控摄像机视频的程序! 50

问题已解决,谢谢!... 问题已解决,谢谢! 展开
 我来答
quicker2008
2014-01-06 · TA获得超过118个赞
知道小有建树答主
回答量:127
采纳率:0%
帮助的人:86.8万
展开全部
一、OpenCV的方法(注:OpenCV 最新版本 http://opencv.org/
/* start capturing frames from camera: index = camera_index + domain_offset (CV_CAP_*) */
CVAPI(CvCapture*) cvCreateCameraCapture( int index );

/* grab a frame, return 1 on success, 0 on fail.
this function is thought to be fast */
CVAPI(int) cvGrabFrame( CvCapture* capture );

/* get the frame grabbed with cvGrabFrame(..)
This function may apply some frame processing like
frame decompression, flipping etc.
!!!DO NOT RELEASE or MODIFY the retrieved frame!!! */
CVAPI(IplImage*) cvRetrieveFrame( CvCapture* capture );

/* Just a combination of cvGrabFrame and cvRetrieveFrame
!!!DO NOT RELEASE or MODIFY the retrieved frame!!! */
CVAPI(IplImage*) cvQueryFrame( CvCapture* capture );

/* stop capturing/reading and free resources */
CVAPI(void) cvReleaseCapture( CvCapture** capture );

二、DirectDraw的方法

///////////////////////////////////////////////////////////////////////
// StartCapture: Begin capture to file
///////////////////////////////////////////////////////////////////////
HRESULT CDxVideoGraphBase::StartCapture()
{
// Set the start time to 0 and stop time to MAX_TIME
REFERENCE_TIME stop = MAX_TIME;
HRESULT hr = m_pCaptureGraphBuilder2->ControlStream(&PIN_CATEGORY_CAPTURE, NULL,
NULL, NULL, &stop, 0, 0);
return hr;
}

前提是你的采集卡驱动要完全安装好。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式