Reputation:
I would like to develop an interface to a Wireless WiFi IP camera and stream its video in a frame in my application. I never did such a thing and would appreciate any pointers.
how should I approach this task?
Upvotes: 0
Views: 2085
Reputation: 36
Have a look at my MJPEG Decoder on CodePlex. You'll find source + binaries for almost every Windows platform (WinForms, WPF, Windows Runtime, etc.) along with samples. Let me know if you have any questions.
Upvotes: 2
Reputation: 5843
There are couple options that you may consider. However, it is very important to define the stream/source of video transmitter.
Upvotes: 0