Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
2.67/5 (2 votes)
See more:
Hi to everyone,

Hope you have a great day.
My question is that please can anyone give coding to record a voice and video with webcam and headset. I am doing in windows forms application (C#.net)

Thanks & Regards,
Mary
Posted
Updated 20-Mar-12 19:52pm
v2
Comments
Sergey Alexandrovich Kryukov 20-Mar-12 2:55am    
What kind of application? WPF, Forms? Tag it.
--SA
Mangalamary 20-Mar-12 5:37am    
Windows form application. I want to save that recorded voice and videos in my local system.
Sergey Alexandrovich Kryukov 20-Mar-12 12:55pm    
Then add the tag "Forms".
--SA

 
Share this answer
 
Try an SDK called Ozeki SIP SDK, this example might be useful:http://www.voip-sip-sdk.com/p_93-introduction-to-ozeki-voip-sip-sdk-voip.html[^]
 
Share this answer
 
Comments
Mangalamary 22-Mar-12 1:17am    
Thank You everybody.. Now I got
coding for capturing video and save in my local system. But when I came to implement that coding into my project, that showing errors like

Error 1 The type or namespace name 'DShowNET' could not be found (are you missing a using directive or an assembly reference?)

Error 2 The type or namespace name 'IBaseFilter' could not be found (are you missing a using directive or an assembly reference?)

Error 3 The type or namespace name 'IGraphBuilder' could not be found (are you missing a using directive or an assembly reference?)

Error 4 The type or namespace name 'ICaptureGraphBuilder2' could not be found (are you missing a using directive or an assembly reference?)

Error 5 The type or namespace name 'IVideoWindow' could not be found (are you missing a using directive or an assembly reference?)

Error 6 The type or namespace name 'IMediaControl' could not be found (are you missing a using directive or an assembly reference?)

Error 7 The type or namespace name 'IMediaEventEx' could not be found (are you missing a using directive or an assembly reference?)

I tried a lot to clear that errors and also searched for namespace and library. But still I couldnt clear that. Please anyone can tell me to clear that errors. Is there any namespace or library to add to clear that errors.

Thank you,
By Mary.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900