| Subject: Displaying a webcam |
| Group: microsoft.public.windows.developer.winfx.avalon |
| Date: 7/8/2008 3:09:00 PM |
| From: GiuseppeDini [Email Address Protection] |
Hello, I've done a search on the web to find a way to display a webcam with WPF, but I've find nothing easy. I also would like to capture images coming from the camera. Can WPF help me in this? Giuseppe |
| Back |
| Subject: Re: Displaying a webcam |
| Group: microsoft.public.windows.developer.winfx.avalon |
| Date: 7/10/2008 9:37:02 AM |
| From: "Mark Salsbery [MVP]" [Email Address Protection] |
"GiuseppeDini" <vvene@libero.it> wrote in message news:62a1a637-8a8e-4c30-bdeb-f99ccffcd4a9@a70g2000hsh.googlegroups.com... > Hello, I've done a search on the web to find a way to display a webcam > with WPF, but I've find nothing easy. > I also would like to capture images coming from the camera. > Can WPF help me in this? WPF can help you in rendering video, but not for getting the video to render. For Vista+, maybe look at Windows Media Foundation. For older OS support, maybe DirectShow. Mark -- Mark Salsbery Microsoft MVP - Visual C++ > > Giuseppe > > > |
| Back |
| Subject: Re: Displaying a webcam |
| Group: microsoft.public.windows.developer.winfx.avalon |
| Date: 7/13/2008 10:04:53 AM |
| From: GiuseppeDini [Email Address Protection] |
Mark Salsbery [MVP] ha scritto: > WPF can help you in rendering video, but not for getting the video to > render. > > For Vista+, maybe look at Windows Media Foundation. > For older OS support, maybe DirectShow. > Very helpful, thanks. Giuseppe |
| Back |