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
"GiuseppeDini" 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 > > >
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