Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
So I don't want you to give me a ton of code for make this for me I just want to know like what librarys I need and stuff I will be doing this in c++ on win 10
Posted
Comments
Richard MacCutchan 11-Aug-15 5:39am    
Google is your friend. And don't worry, no one here will be giving you a ton of code.
chandanadhikari 11-Aug-15 5:49am    
hi,
guess you will need:
a UI framework(MFC if target is only windows and language is VC++ (Microsoft's version of C++), otherwise Qt is a good cross-platform option)

For Windows, Microsoft Media Foundation now supports audio and video capture. you need to explore more and google for this.
you can start here:
https://msdn.microsoft.com/en-us/library/ee663260(v=vs.85).aspx
https://msdn.microsoft.com/en-us/library/dd758070(v=vs.85).aspx

streaming APIs are also there:
https://msdn.microsoft.com/en-us/library/hh828986(v=vs.85).aspx

maybe you can start by building a simple application which captures the input captured through the laptop camera. then add the functionalities one by one.
faizanza 11-Aug-15 16:34pm    
Thank you I'll look into all of this
chandanadhikari 13-Aug-15 5:37am    
maybe this gives you some more ideas:
http://www.codeproject.com/Articles/1017223/CaptureManager-SDK

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