利用 PC 的 VGA 输出

发布于 2024-10-07 12:33:45 字数 351 浏览 3 评论 0 原文

是否可以接入(不同的)计算机的 VGA 输出?相关计算机将运行驾驶模拟器(全屏显示)。我想将该视频提供给另一台运行我编写的程序的计算机,该程序可以检测高速公路/高速公路车道并生成输出以引导在驾驶模拟器中运行的车辆。

我确实找到了这个: http://www.synthev.com/PixelPusher_usb_frame_grabber.aspx

图像采集卡可以将VGA输入并作为USB输出。它还与 OpenCV(这是我用于计算机视觉的)兼容。关于如何解决这个问题有什么建议吗?

Is it possible to tap into the VGA output of a (different) computer? The computer in question will be running a driving simulator (which is at full screen). I would like to feed this video to another computer running a program, that I've written, which can detect motorway/freeway lanes and generate an output to steer the vehicle running in the driving simulator.

I did find this: http://www.synthenv.com/PixelPusher_usb_frame_grabber.aspx

A Frame grabber that can a VGA input and output it as a USB. Its also compatible with OpenCV (which is what I'm using for computer vision). Any suggestions on how to go about this?

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

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

发布评论

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

评论(2

老子叫无熙 2024-10-14 12:33:45

您看过 VGA2USB 图像采集卡吗?

Have you looked at VGA2USB Frame Grabber?

心头的小情儿 2024-10-14 12:33:45

图像采集卡绝对是一个选择。您还可以将 VGA 信号转换为 S-Video,并使用任何带电视输入功能的显卡。或者,如果您不坚持在两台计算机上运行此程序,则可以使用屏幕抓取摄像头驱动程序,例如 http://www.splitmedialabs.com/vh-video-sdk/vh-screen-capture

Frame grabbers are definitely an option. You could also convert your VGA signal to S-Video and use any graphics card with TV-in. Or, if you do not insist on running this on two computers, you could use a screen-grabbing camera driver, like http://www.splitmedialabs.com/vh-video-sdk/vh-screen-capture

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