virtualeye
v1.0.11
Published
This package enables the user to have this app running and any one try to peek or any object obstructs camera the system get locked on its own.
Downloads
6
Maintainers
Readme
Description
This package enables the user to have this app running and any one try to peek or any object obstructs camera the system get locked on its own.
Gestures : Simply wave your hand in front of camera / move away from laptop - autolock of system ! Hailo !
Usage
index.js
--------
import virtualeye from "virtualeye";
import express from 'express';
const app = express();
app.get("/", function () {
virtualeye();
})
npm install virtualeye express
node index.js
open browser http://localhost:8081/capture
License
MIT