Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
2.40/5 (2 votes)
See more:
Am working on wpf project that require the users to take snapshot from system web cam. I have developed an emgu cv camera capture with windows form that's working perfectly. And I try to add it to my wpf application, But when ever I run the wpf project the picture box is not streaming. And my webcam light will show but not showing any image in d picture box. Pls could any 1 help to fix the problem? Looking forward to your response. Tnx
Posted
Comments
Sergey Alexandrovich Kryukov 3-Dec-13 19:10pm    
What is the purpose of EMGU? If only camera streaming, preview or capture, it would be a great overkill. This is not a problem to do it in WPF.
It's the best not to couple Forms with WPF. It's possible, but overcomplicated.
—SA

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