Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以向我指出一篇关于如何从 C# 访问电视调谐器和/或网络摄像头的好文章或教程吗?我到处找,似乎找不到任何相关的东西。
谢谢
这通常是您的视频硬件制造商会提供的东西,通常以 SDK 的形式提供。
根据您要执行的操作,这可能会有所帮助:
http://www.codeproject.com/KB/directx/directxcapture.aspx
您可能想查看有关网络摄像头和DirectShowNet的这个问题,它是 DirectX 中 DirectShow 组件的托管包装器。