对来自网络摄像头的流进行编码
需要建议,如何对来自网络摄像头的流进行编码?有任何 C# 示例、库或编解码器吗?
need an advice, how can I encode stream coming from my webcamera? any C# examples, libraries or codecs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您只想“显示”它,可以使用 Silverlight 4 的内置支持
http://www.silverlightshow.net/items/Capturing-the-Webcam-in-Silverlight-4.aspx
如果您想保存它,我想您是最好使用 Expression Encoder SDK 及其通过 WebcamVideoProfile 的实时编码支持,尽管 WPF 可能已经有一些相关的东西
链接
If you just want to 'show' it, you can use Silverlight 4's built-in support
http://www.silverlightshow.net/items/Capturing-the-Webcam-in-Silverlight-4.aspx
If you want to save it, I'd imagine you're better off using the Expression Encoder SDK and its Live Encoding support via WebcamVideoProfile, although maybe WPF already has something for this
Link
您需要安装驱动程序,然后使用 DirectShow.NET 之类的东西
You will need to have drivers installed, and then use something like DirectShow.NET