open-source-directshow-video-capture-demo-filter
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:This has a "static" demo (poor demo, at that) of a demo video capture source. From the tmhare stuff.
simple demo "virtual camera" (fake camera) input.
originally from http://tmhare.mvps.org/downloads.htm

There is a "higher quality" dshow virtual inputter here:

https://github.com/rdp/screen-capture-recorder-to-video-windows-free

It also doesn't handle paused graphs well/right yet.
in fillBuffer:
    // If graph is inactive stop cueing samples
    //if(!m_pParent->m_bActive || m_pParent->m_bEOF) 
    //    return S_FALSE;


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。