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.
使用 .NET C# 是否可以在不使用磁盘或表单图形元素(即使没有任何表单)的情况下将图像从网络摄像头捕获到内存?
使用 EmguCv 您可以从网络摄像头捕捉和录制视频。使用 videoWriter 记录帧。您可以在此处找到更多信息。