MBlore / python-webcamstream

Streams your web-cam from one computer to another using a TCP socket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-webcamstream

Requires the following packages to run:

  • pip install av
  • pip install opencv-python

Run the server.py file in one instance of VS Code (or terminal).

Then run the client.py file to begin opening the camera, connecting to the server, and seeing the cam from the client and server perspective.

About

Streams your web-cam from one computer to another using a TCP socket.

License:MIT License


Languages

Language:Python 100.0%