Thanks to visit codestin.com
Credit goes to github.com

Skip to content

edgartaor/lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hand.js library

HandJs library is a library for hand posture detection via a webcam. More info: https://hand-js.com/

The library is locked against the localhost domain. If you want to use it on your page please contact: [email protected]

Sample

var handJS = new HandJS(action => 
{
    if (action === 'HandDetected') 
       console.log('Hand detected :-)');
    else
       console.log('Hand lost :-(');
});

handJS.start()
      .catch(/* handle error */);

About

HandJS library - control web page via hand detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages