Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当询问 Google 时,我得到了很多信息,而且 - 这就是我的问题 - 使用 Windows 从网络摄像头捕获图像的许多不同方式。似乎提供这种可能性的编程接口经常发生变化。
所以我的问题是:当我以现代 Windows(XP、Vista、7)为目标时——我应该使用哪种方式来捕获图像?是否有可用的 C/C++ 示例来描述当前的执行方式?
谢谢!
一个很好的库类似于opencv,它是用c++编写的。
http://opencv.org/
如果您想对捕获的图像进行一些处理,这是一个不错的选择。这方面的 c++ 方面的文档也很棒,所以这也是一个优点。