从窗口显示的视频捕获

发布于 2024-08-24 23:37:58 字数 168 浏览 2 评论 0原文

Pbm:我有一个设备,可以通过 USB 端口设备接口显示显微镜捕获。我想捕获视频流来处理图像以用于研究目的。

我已经尝试了几个适用于网络摄像头和类似设备的 directshow 可用代码,但它们不起作用,因为接口设备未知。

有没有办法捕获系统某个点的视频流? 欢迎任何有用的建议 谢谢 :)

Pbm: I have a device that shows a microscope capture through usb port device interface. I would like to capture the video flow to process the images for research purposes.

I've tried several available codes with directshow that works for webcams and similar devices but they don't work because the interface device is not known.

Is there a way to capture the the video flow at a certain point of the system?
Any helpful suggestion is welcome
Thx :)

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

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

发布评论

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

评论(1

烟凡古楼 2024-08-31 23:37:58

如果显微镜没有使用 directshow,那么您将必须尝试访问开发人员的 API 来直接访问数据。您尝试使用屏幕抓取器,但很可能使用覆盖会阻止您访问解码的帧。

如果他们使用 directshow,那就更有希望了。您将无法闯入他们的过滤器图表,因为 directshow 接口不能很好地跨进程工作,但您应该能够找到他们的源设备并构建您自己的过滤器图表。

G

If the microscope is not using directshow, then you will have to try to get access to the developers' API to access the data directly. You try using a screen grabber, but in all likelihood the use of overlay will prevent you getting access to the decoded frames.

If they are using directshow, there is more hope. You won't be able to break into their filter graph, since the directshow interfaces do not work well cross-process, but you should be able to locate their source device and build your own filter graph.

G

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