Is it possible to communicate with the camera directly in pure JavaScript (no jQuery library)?
If so, what is the simplest clean javascript code for this?
getUserMedia is available in pre-builds of all browsers.
getUserMedia
How do I access navigator.getUserMedia ()?
It is not possible to do this using pure Javascript (I think it will be possible soon), but I know that this can be done using Flash or Java applets.
Impossible on client-side JavaScript with any technology that I know of. It would be a security violation to allow this. You will need to use Flash, Java, Silverlight or another browser plugin. However, you can interact with the Flash object using JavaScript.
Here is a good tutorial on using webcams in Flash / AS3 here: http://theflashstudioblog.blogspot.com/2010/10/capturing-webcam-input-with.html
Source: https://habr.com/ru/post/1395183/More articles:How to enable PHP errors in OSX Lion? - php__cdecl leads to a larger executable file than __stdcall? - c ++How to find out gcc optimization level for ndk-build - compiler-optimizationClone movieclip in ActionScript3 - clonehttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1395182/how-to-include-jar-files-to-a-java-stored-procedure-in-oracle&usg=ALkJrhjSBHd5sI7kcstvsZOZzm3BZX4c0wWork with Android designers - androidwhen .net garbage collector is not compact gc heap? - .netHow to get a choice in the mailItem module using Outlook 2007 and VSTO C # - sql-server-2008Configuring JetBrains YouTrack to Connect to SVN - svnSending image via JSON data - jsonAll Articles