Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I need to open web camera video on page load and save to server folder when finsih(20 min online exam)(Using ASP .NET C# web form), can anyone help me to do that?

What I have tried:

tried a lot of things and not working properly
Posted

1 solution

Media Capture and Streams API (Media Stream) - Web APIs | MDN[^]

And before you ask: NO, you cannot automatically start recording the user as soon as they open your site. You have to get their permission first.

Also, before you come back with "I've already tried that", or "It doesn't work": read your question again. Then explain precisely where in your question you actually tell us what you have tried, or why it didn't work.
 
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