Skip to content

vladdders/camera-ws-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webcam server

A simple tornado server that collects frames from the webcam and displays them in the browser. Its purpose is to have a js process communicate with the python process.

Installation

pip install -r requirements.txt (use python3.7)

Usage

Start the server: python server.py

Open index.html in your browser.

Further info

Keep in mind that the camera is controlled upon opening/closing the websocket connection from client.js. This can be applied to any type of camera as long as there's an interface between the camera and the python process.

It allows only one client/connection (the localhost) because the whole point is to have an application that controls the camera.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages