How can I connect to video capture driver without creating a capture window. Is this possible ? In the other word, I want to capture video from user webcam without showing preview window.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to have a window only with legacy Video for Windows API. With DirectShow or Media Foundation, window is not necessary for video capture. In C# you can interface to those APIs using open source DirectShow.NET and Media Foundation.NET libraries.
FYI: DirectShow.NET includes CapWMV sample in C# that captures video into file.