I need help creating a client/server webcam application.
But I have no idea where to start.
So any help on tutorials or maybe even making it for me ^_^ will help.
I need help creating a client/server webcam application.
But I have no idea where to start.
So any help on tutorials or maybe even making it for me ^_^ will help.
Last edited by Fireking300; 07-29-2009 at 08:40 PM.
umm, do you know how to send data between two computers (winsock/tcp)? try to learn that first, but as far as getting input from the webcam, i'm not sure how to do that.
Take a look at this code as an example:
CodeProject: Webcam using DirectShow.NET. Free source code and programming help
Then run the streaming through a winsock or socket from the server to the client.
I already knew how to do the webcam part its just I don't know how to do client/server part.