I looked for frequently and didn’t find any example I needed. What I need is to capture webcam video and change it by adding my own frames (in other words, overlay images) using C# and frame for it.
Any suggestions?
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.
If you want a free solution, you could search for open source libraries such as ffmpeg-sharp, but I myself couldn’t find any of them that supports image overlay over video.
There are commercial libraries that do this but they’re not free. From these I tried leadtools which has a filter that can overlay image with transparency over a video stream. There is a sample project in this forum post:
http://support.leadtools.com/cs/forums/22836/ShowPost.aspx#22836