Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 521 Bytes

PIP-html-live-camera

Using index.html you can Display Webcam feed in Picture-in-Picture mode LIVE/localhost camera on laptop or mobile. Works in firefox and chrome

start

 curl https://raw.githubusercontent.com/efxtv/PIP-html-live-camera/main/index.html >index.html 
 npm install live-server -g
 npm audit
 npm audit fix
 live-server

Depends

 sudo apt install npm nodejs

Fix

 npm install live-server -g
 npm audit
 npm audit fix