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++ - rosrun via ssh doesnt start a node properly -

android - questions about switching from C2DM to GCM -

Error C2280 mutex in a class C++ -