Skip to content

Components for anonymous client-side face tracking via webcam

Notifications You must be signed in to change notification settings

ccs-amsterdam/react-facetracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing WebGazer

npm install webgazer seems to fail.

Instead, build it locally. (You can do this in another folder so you don't include all the install stuff in the current repo)

git clone [email protected]:brownhci/WebGazer
npm i
npm run build
npm pack

clone the .tgz to this project. Then in package.json use "webgazer": "file:webgazer-[version].tgz" to install it from the tgz.

About

Components for anonymous client-side face tracking via webcam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published