Guest_imported
New member
- Jan 1, 1970
- 0
I am a new C++ developer and I have a problem with a project. I have to do an application like WebCam in Yahoo Messenger. I want to capture images from a webcam and send them to some clients.
I think I can to use DirectShow functions, but I didn't figure out how to use those functions (from msdn). I've captured in a local window images from a webcam (with capCreateCaptureWindow function), but how can I send the stream through the network? I've seen I have to use some filters to compress and divide the stream, but until that, I want to know how to send the stream.
If anobody has or know where can I find a short example, or can give me any advices, pleas leave a message.
Thanks
Stefan
I think I can to use DirectShow functions, but I didn't figure out how to use those functions (from msdn). I've captured in a local window images from a webcam (with capCreateCaptureWindow function), but how can I send the stream through the network? I've seen I have to use some filters to compress and divide the stream, but until that, I want to know how to send the stream.
If anobody has or know where can I find a short example, or can give me any advices, pleas leave a message.
Thanks
Stefan