RoftCam

1 month ago 4

Banner

version language libs pip install version status release build updated colorama opencv sockets requirements code-style documentation security uptime downloads

RoftCam is a program developed in Python that allows you to access a computer's camera through its IP and the activated client.

First you have to activate the server.py on your computer and then the client.py on another computer, and on the server it will give you an IP which you have to put in the client and there the remote camera connection is created

Generally sockets and OpenCV for connection and access to the camera, and for its design it uses Colorama

Yeah, here I leave you the installation commands :D

Step 1

git clone https://github.com/nekyb/RoftCam.git

Step 2

Step 3

pip install -r requirements.txt

Step 4

Activate the server on your computer

Step 5

Activate client.py on the other computer

Step 6

Enter the IP in the client that appears on the server.

But... this is my first python script :), it would help me a lot if you contributed :D

Server

Client

Read Entire Article