I want access webcam from HTML5 for register and save a video file, for playing later. Is this possible?
Select File > New Project (Ctrl-Shift-N; ⌘-Shift-N on Mac) in the main menu to open the New Project wizard. Select the HTML5/JavaScript category and then select HTML5/JS Application. Click Next.
Apparently, the <device>
tag is not part of the HTML5 spec, and therefore there is no currently standard way to access webcams from a browser. You might be able to get away with using the JavaScript API navigator.getUserMedia(...)
, but that isn't supported by any browsers, either
You can read up on this here: Which web browsers support the HTML5 <device> tag?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With