html - Javascript Motion Detection -
i looking plugin/library javascript can detect motion in video stream web camera.
it needs have sort of callback like:
motion.onmotion(function(){ // here });
that literally need do.
there's library called reallygood javascript motion detection. please check it. motion can detected using code, you're looking for:
$('#one').on('motion', function(){ console.log('touched one'); });
here's github.
Comments
Post a Comment