Skip to content

vjkrish84/VEye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 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