Silverlight 是否支持网络摄像头或麦克风?

发布于 2024-11-06 15:20:19 字数 475 浏览 0 评论 0原文

Flash 具有网络摄像头麦克风 支持实时视频和音频传输,并且在Flash 中使用它们非常简单。只需几行 ActionScript 代码即可调用相机对象。
Camera.get - 返回默认或指定的相机对象,如果相机不可用,则返回 null。
Camera.setMode - 设置相机拍摄模式的各个方面,包括高度、宽度和每秒帧数。
Camera.setMotionLevel - 指定调用需要多少运动
Camera.onActivity(true) 以及在调用 Camera.onActivity(false) 之前应该经过多长时间没有运动。

我想知道Silverlight支持网络摄像头还是麦克风?如果是,那么就像 Flash 一样简单

Flash has webcam and microphone support for live video and audio transmission, and using them is really easy in Flash. It takes only a few lines of ActionScript code to invoke the camera object.
Camera.get - Returns a default or specified camera object, or null if the camera is not available.
Camera.setMode - Sets aspects of the camera capture mode, including height, width and frames per second.
Camera.setMotionLevel - Specifies how much motion is required to invoke
Camera.onActivity(true) and how much time should elapse without motion before Camera.onActivity(false) is invoked.

I want to know that is Silverlight support webcam or microphone? If yes then as easily as Flash

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

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

发布评论

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

评论(2

还不是爱你 2024-11-13 15:20:19

是的,Silverlight 支持网络摄像头和麦克风。有一系列很好的演示,展示了两种硬件的智能使用。您可以检查 此演讲来自 ScottGu 的 PDC keynode,该项目展示了如何从网络摄像头获取图片并根据扫描的条形码从 Amazon 获取数据。该教程位于此处

Yes, Silverlight supports Webcam and Microphone. There were a log of good demos that showed use of both hardware intelligently. You can check this talk from ScottGu's PDC keynode that is a project that shows how to get a picture from your webcam and get the data from Amazon based on the scanned barcode. The tutorial is available here.

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