level 2
使用ConnectFilters(),但是出现如下错误: F:\showphon\Video\CaptureV1\VideoCapture.cpp(376):errorC2065:'ConnectFilters':undeclaredidentifier 我试着使用GetUnconnectedPin(),也出现类似的错误,我include了dshow文件了啊?
2006年07月25日 09点07分
1
level 7
ConnectFilters和GetUnconnectedPin不是sdk的标准函数,需要自己实现的。相关的实现方法,可以在sdk文档中找到,或者在sdk的例子程序中,或者到《directshow实务精选》的例子程序中。
2006年07月25日 12点07分
3