Skip to content

esadpyrenees/chaussette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaussette

Video capture app on top of a websocket client that dialogs with a node.js server.

Requirements

Python > 3.8

Installation

# create a virtualenv
python -m venv env
# activate virtualenv
source env/bin/activate
# install dependencies
pip install -r requirements.txt

Setup and run

The node.js server should be up and running.

Configure its IP address (server_ip) in chaussette.py:

server_ip = "192.168.2.101"

Launch programm.

# set executable
chmod +x main.py
# run
./main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages