Get Webcam stream using Aforge.NET in C# and WPF

前端 未结 2 1190
失恋的感觉
失恋的感觉 2021-02-14 13:18

I want to capture a webcam feed using my camera. For that I am using the 2 references: AForge.Video.dll and AForge.Video.DirectShow.dll.

Here\'

2条回答
  •  猫巷女王i
    2021-02-14 13:51

    If you want to support Silverlight, be it for web or standalone or WP7, you shouldn't start with WPF, as many features from WPF are lacking in Silverlight.

    Here is a Silverlight 4+ tutorial:

    http://www.silverlightshow.net/items/Capturing-the-Webcam-in-Silverlight-4.aspx

提交回复
热议问题