Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to save a live web camera stream to the hard drive. for that, I tried Afroge. but not success. then tried the below links. but not success.plase help me. using VS2015 with .net 4.5

Thanks you

https://stackoverflow.com/questions/18539792/c-sharp-aforge-net-how-to-save-video-from-camera-to-file[^]


Capture photos and video with the Windows built-in camera UI - UWP applications | Microsoft Learn[^]

What I have tried:

using Windows.Media.Capture;
using Windows.Storage; // those DLL cannot be found. i have imported it from C:\Windows\Microsoft.NET\Framework64\v4.0.30319. but not success
Posted
Comments
Richard MacCutchan 16-Jul-23 3:10am    
If you want help then you need to provide full details of the code you are using and where it fails. Saying, "not success" tells us nothing about the problem.
Andre Oosthuizen 16-Jul-23 4:26am    
The secret is in your own description of the issue, 'live web stream'. Whatever file/stream is casted live is held on a server by the site owners. Either get permission from them to copy the file or you will have to work with screen capture tools.

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