来自 firewire c++ 的视频捕获视窗

发布于 2024-12-12 01:47:55 字数 146 浏览 0 评论 0原文

我在 Windows 上使用 Eclipse 和 C++,我必须从火线相机捕获视频,但我不知道应该使用哪些库。

我宁愿不安装任何东西,但如果可能的话使用一些库。

如果您还可以发布有关如何捕获视频的代码示例,那将会非常有帮助。

谢谢

I'm using eclipse and c++ on windows and I have to capture a video from a firewire camera but I have no ideas of which libraries should I use.

I prefer to not install anything, but using some libraries if it's possible.

if you can also post a code example of how to capture the video it would be very helpfull.

thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

网白 2024-12-19 01:47:55

Windows 中的视频捕获 API 是 DirectShowMedia Foundation。使用 DirectShow,您可以采用与其他视频源(图像采集卡、网络摄像头等)类似的方式捕获视频。请参阅捕获 firewire 视频:执行此操作需要 DirectShow?

Video capture API in Windows is DirectShow or Media Foundation. With DirectShow you can capture video in a way similar to other video sources (frame grabbers, web cameras etc). See Capture firewire video: does this require DirectShow?.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文