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

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -