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

python - argument must be rect style object - Pygame -

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

c# - Better 64-bit byte array hash -