为原始拜耳相机拍摄的EmguCV视频



我正在使用Visual Studio 11和EmguCV库,并尝试从相机捕获图像。Emgu.CV.Capture功能工作得很好,当我使用内置或usb RGB相机时,但当我想从See3CAM_10CUG_CBX相机(这是一个原始拜耳相机)拍摄时,拍摄功能已经停止工作。我已经安装了摄像头驱动程序。当我启用本机代码调试时,我会收到以下错误:

Bayer_Transform_Filter.dll 1, 0,13,e_CAMVIEW_SVN_VERSION
C:WindowsSysWOW64Bayer_Transform_Filter.pdb:Cannot find or open the PDB file.
E:E-CAMViewOct21(Solving Moniker issue in eCAM1M_CUGUSB)ReleaseBayer_Transform_Filter.pdb:Cannot find or open the PDB file.
C:WindowssymbolsdllBayer_Transform_Filter.pdb:Cannot find or open the PDB file.
C:WindowsdllBayer_Transform_Filter.pdb:Cannot find or open the PDB file.
C:WindowsBayer_Transform_Filter.pdb:Cannot find or open the PDB file.

你知道我该如何解决这个问题吗?或者你知道如何在Visual Studio C#中从原始拜耳中捕获帧,因为EmguCV的捕获功能不起作用吗?

1.您可以使用用C#编写的相机SDK。

2.如果相机支持"directshow"驱动程序,您可以安装它并使用EmguCV进行尝试。

3.如果相机支持"directshow"驱动程序,您可以安装它并在.net中安装我们的"DirectShowLib"以使其工作。

最新更新