本文介绍了需要从摄像头采集的视频流在C#中的应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我要建立一个符合以下要求的应用程序。它可以是Windows客户端,Silverlight客户端或WPF客户端。
I need to build an application that meets the requirements below. It can be a windows client, silverlight client or WPF client.
- 屏幕上会显示从2个独立的相机在2个独立窗口的视频流
- 需要有PVR类型的功能就是...
2.1展会直播
2.2暂停和播放视频之前的30秒
我试图利用资源我有一个C#应用程序的开发,但是我没有与视频拍摄的经验。
I'm trying to use resources I have that is C# application development however I don't have any experience with video capture.
在图书馆方面,我可以看看,或最好的方式做到这一点任何帮助。
Any help in terms of Libraries I can look at or the best way to do this.
由于
Cronline
ThanksCronline
推荐答案
主要是你需要使用的DirectShow
Mainly you will need to use DirectShow.
下面是有用的链接:
- Camera Vision - video surveillance on C#
- DirectX.Capture Class Library
- Capture Live Video from various Video Devices.
- C# and VB.NET Webcam Library and Sample
有时也被网民都与SDK来了,检查它。
Also sometimes web cams are coming with the SDK, check for it.
这篇关于需要从摄像头采集的视频流在C#中的应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!