如何在 directshow 源过滤器中渲染 direct3d

发布于 2024-09-04 20:48:48 字数 77 浏览 6 评论 0原文

在 Visual Studio 2008 中使用 C++。如何将 d3d 内容渲染为 directshow 源过滤器。

马特

Using c++ in visual studio 2008. How can I render d3d content as a directshow source filter.

Matt

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

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

发布评论

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

评论(2

Spring初心 2024-09-11 20:48:48

为什么要涉及 DirectShow? DirectShow 源过滤器提供数据流供其他过滤器处理。 Direct3D 是一个允许访问显卡进行渲染的 API。 DirectShow 和 Direct3D 是两个独立的东西。

如果要渲染 Direct3D 内容,则可以使用 Direct3D。这里有一些Direct3D 9.0 示例供您检查。我建议您开始查看“初始化”示例并从那里向上进行工作。

编辑:如果我们不是在谈论成熟的高性能图形解决方案,您可以参考此堆栈溢出问题此 MSDN 论坛问题。希望它可以帮助您入门。

Why is DirectShow involved? A DirectShow source filter provides a stream of data for other filters to process. Direct3D is an API that allows for accessing the graphics card for rendering. DirectShow and Direct3D are two separate things.

If you want to render Direct3D content, then you use Direct3D. There are some Direct3D 9.0 samples here for you to examine. I suggest you start looking at the "Initialization" sample and work upwards from there.

Edit: If we're not talking about a full-blown high-performance graphics solution, you can refer to this Stack Overflow question and this MSDN forum question. Hopefully it can get you started.

断舍离 2024-09-11 20:48:48

http://tmhare.mvps.org/downloads.htm“捕获源过滤器”

There's a nice example video source filter at http://tmhare.mvps.org/downloads.htm "capture source filter"

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