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

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -