Is it possible to communicate with a camera directly in pure JavaScript (no library like jQuery)?
If yes, what is the most simple pure javascript code to do that?
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.
getUserMediais available in preview builds of all browsers.How do I access navigator.getUserMedia()?