Skip to content

Instantly share code, notes, and snippets.

View Forchapeatl's full-sized avatar
🎯
Focusing

FORCHA PEARL Forchapeatl

🎯
Focusing
View GitHub Profile
"bootstrap": "~3.4.0",
// split into processor.video() methods
options.video = function video() {
options.camera.initialize();
var interval;
if (options.processor.type == "webgl") interval = 15;
else interval = 150;
setInterval(function() {
if (image) options.run(options.mode);
options.camera.getSnapshot();
//if (options.colorized) return options.colorize();
<button rel="tooltip" title="Connect to an Infragram webcam" id="webcam-activate" type="button" class="btn btn-lg btn-primary"><i class="fa fa-camera"></i></button>
module.exports = function Camera(options) {
var canvas,
ctx;
// Initialize getUserMedia with options
function initialize() {
getUserMedia(webRtcOptions, success, deviceError);
// iOS Safari 11 compatibility: https://github.com/webrtc/adapter/issues/685
webRtcOptions.videoEl.setAttribute('autoplay', 'autoplay');
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="node_modules/bootstrap/dist/css/bootstrap-tour.min.css" rel="stylesheet"> <!-- Added code -->
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap-tour.min.js"></script> <!-- Added code -->
@Forchapeatl
Forchapeatl / MLmosc.rst
Last active December 20, 2021 22:07
Machine Learning Contributions. Microsoft Open Source Contribtor

Microsoft is constantly providing better AI solutions to the Tech World. I tested several machine learning projects from basic installation to program execution. I decided to include some helpful minute features such as: