用于镜像的通用图形驱动程序
是否可以编写一个 Windows 通用图形驱动程序,该驱动程序将 1) 使用当前安装的标准显示器输出驱动程序并且 2) 使用视频缓冲区执行一些自定义操作(例如镜像/流到其他视频硬件)。就像 Windows 7 中的“连接到投影仪 - 镜像”所做的那样。
如果这不可能,我可以编写一些驱动程序以某种方式连接到当前图形驱动程序并获取视频缓冲区以进行进一步镜像/流传输吗?
据我所知,现有的驱动程序在使用蓝光源等时可能会使用COPP或其他一些保护措施,那么如何避免这种情况呢?
谢谢!
Is it possible to write an Windows generic graphics driver that will 1) use the currently installed driver for standard monitor out AND 2) perform some custom stuff with the video buffers (like mirror/stream to other video hardware). Something like what "connect to projector - mirror" does in Windows 7.
If this is not possible, can I write some driver that will hook somehow to the current graphics driver and take video buffers for further mirroring/streaming?
As far as I know, the existing drivers might be using COPP or some other protections when using Blu-ray sources or such, so how to avoid this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是否镜像驱动程序(msdn 链接< /a>) 符合您的要求吗?
Does Mirror Driver (msdn link) suit your requirement?