Webcam streaming in a WPF application

Posted by Nebo on Stack Overflow See other posts from Stack Overflow or by Nebo
Published on 2010-04-04T00:16:53Z Indexed on 2010/04/04 0:33 UTC
Read the original article Hit count: 1071

Filed under:
|
|
|
|

I noticed few similar questions already, but didn't find exatly what I want.

I'm trying to do the following. Have a client and server Webcam application. Server application is on a PC with a webcam connected to it and it streams the webcam output. Client application connects to a Server and shows the webcam video.

What's the best and easiest way to to this? Are there any libraries or finished projects doing this?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about streaming