Please visit https://asistencia.in/blogs/1-mysql-5-5-installation-guide
Thank you
| ### | |
| # | |
| # Custom write failure handling when there is an error writing to Solr. | |
| # Install this in an initializer. | |
| # Prints error messages to stderr. | |
| # | |
| # NOTE: does not fail for reads; you should catch those exceptions in your controller. | |
| # | |
| ## |
| <html> | |
| <body> | |
| <video id="v" width="300" height="300"></video> | |
| <input id="b" type="button" disabled="true" value="Take Picture"></input> | |
| <canvas id="c" style="display:none;" width="300" height="300"></canvas> | |
| </body> | |
| <script> | |
| navigator.getUserMedia({video: true}, function(stream) { | |
| var video = document.getElementById("v"); | |
| var canvas = document.getElementById("c"); |
Please visit https://asistencia.in/blogs/1-mysql-5-5-installation-guide
Thank you