我需要使用具有 func 的修改后的 videoInput 库
deviceSetupWithSubtype()
(它不是原始的 videoInput 库)
我在本页末尾
得到了.h
和:http: //opencv.willowgarage.com/wiki/CameraCapture.cpp
rar
我尝试用 VC2010 Express C++ 编译它,得到了我的 .lib,但是当我把它放到我想使用修改后的 videoInput.h 的程序中时,我得到了很多 LNK 错误,例如:
videoInput.lib(videoInput.obj) :error LNK2001: unresolved external symbol __imp__CoTaskMemFree@4
videoInput.lib(videoInput.obj) :error LNK2001: unresolved external symbol _MEDIASUBTYPE_RGB24
videoInput.lib(videoInput.obj) :error LNK2001: unresolved external symbol _MEDIASUBTYPE_AYUV
videoInput.lib(videoInput.obj) :error LNK2001: unresolved external symbol _MEDIASUBTYPE_Y211
(我也尝试了普通的 videoInput.lib 并且效果很好,但这不是我需要的版本)。
我该如何解决?或者如果你只有这个修改过的 videoInput.lib,你能上传它吗?谢谢你。
编辑:
在发布模式下,我也收到此错误:
videoInput.lib(videoInput.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'