Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
So i want to create an application where the application receives a live video feed from an external camera on say another computer or device

i cannot find any videos or articles on this
Posted
Comments
Aravindba 22-Aug-15 5:22am    
check this link
https://msdn.microsoft.com/en-us/library/windows/desktop/dd893379(v=vs.85).aspx

1 solution

Well, if the camera doesn't already do this for you, you'll need some kind of media server to take the camera video, compress it, and stream it over some protocol.

Then you need a media player in your application to connect to the media server and play the video.
 
Share this answer
 

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