how to control camera through Asp.net sessions and Asp.net application programming architecture
how to control camera through Asp.net sessions and Asp.net application programming architecture
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Thinking about a camera attached to the server or to the client ?
You can’t control a camera on the client with plain ASP .NET. It is a server-side technology.
You need to write some code that runs on the client – a way to do this would be to control the Webcam with Silverlight 4. This might be a good fit for yoyr application.