Ok, so I have seen a ton of stuff on capturing an image from a web cam but I want to capture video. I want to be able to control quality, length and size of file that will be transferred.
It is part of an ASP.NET MVC C# web application and would appreciate any guidance in finding info on this topic, as well as any comments on efficiency , security, etc.
Thanks
For security reasons, linking to external hardware devices is not a capability that is permitted by most browsers. You will need to use a technology like Flash or ActiveX that has a binary presence on the client’s computer and can bypass the browser security model; ASP.NET MVC all by itself won’t cut it.