1.0.11 • Published 2 years ago

virtualeye v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

browser.jpg

License

MIT