Skip to content

Simple web app to display camera feed on the browser (using sockets and opencv)

Notifications You must be signed in to change notification settings

Elbarae1921/cctv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A simple web app that displays your facecam feed (if you have a facecam) in your browser using websockets and opencv.

configuration

In order for the opencv4nodejs package to work you will need to have cmake installed as well as a c/c++ compiler (gcc/g++) and other things I guess checkout their repo.

run

npm install

to install all the dependencies in package.json

Then node app.js or npm start to start the app then go to http://localhost:5000.