{"id":19207697,"url":"https://github.com/gill-singh-a/lan-camera-streaming","last_synced_at":"2026-04-28T12:35:13.046Z","repository":{"id":167147697,"uuid":"630896420","full_name":"Gill-Singh-A/LAN-Camera-Streaming","owner":"Gill-Singh-A","description":"A simple Server-Client model that uses TCP Connection for streaming Live Grayscale Video from one device's camera to another device's screen on the same LAN (Local Area Network)","archived":false,"fork":false,"pushed_at":"2024-01-19T22:04:45.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T06:46:04.073Z","etag":null,"topics":["camera","deserialization","lan","network","networking","opencv","pickle","python","python-3","serialziation","sockets","tcp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gill-Singh-A.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-04-21T12:08:52.000Z","updated_at":"2023-06-09T13:06:01.000Z","dependencies_parsed_at":"2024-01-19T23:26:00.978Z","dependency_job_id":"ab9507ac-4d56-46ff-b07c-f74631cb8086","html_url":"https://github.com/Gill-Singh-A/LAN-Camera-Streaming","commit_stats":null,"previous_names":["gill-singh-a/video-calling-lan","gill-singh-a/lan-camera-streaming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gill-Singh-A/LAN-Camera-Streaming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FLAN-Camera-Streaming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FLAN-Camera-Streaming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FLAN-Camera-Streaming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FLAN-Camera-Streaming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gill-Singh-A","download_url":"https://codeload.github.com/Gill-Singh-A/LAN-Camera-Streaming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FLAN-Camera-Streaming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32381686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camera","deserialization","lan","network","networking","opencv","pickle","python","python-3","serialziation","sockets","tcp"],"created_at":"2024-11-09T13:22:04.246Z","updated_at":"2026-04-28T12:35:13.022Z","avatar_url":"https://github.com/Gill-Singh-A.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LAN Camera Streaming\nA simple Server-Client model that uses TCP Connection for streaming Live Video from one device's camera to another device's screen on the same LAN (Local Area Network).\n\n## Requirements\nLanguage Used = Python3\u003cbr /\u003e\nModules/Packages used:\n* socket\n* cv2\n* pickle\n* sys\n* datetime\n* time\n* colorama\n\u003c!-- --\u003e\nInstall the dependencies:\n```bash\npip install -r requirements.txt\n```\n\n## Input\n# server.py\n* '-H', \"--host\": IPv4 Address on which to start the Server (Default=0.0.0.0)\n* '-p', \"--port\": Port on which to start the Server (Default=2626)\n* '-b', \"--buffer-size\": Buffer Size for Receiving Data from the Clients (Default=1024)\n* '-t', \"--timeout\": Timeout for accepting connection from Clients (Default=1)\n# client.py\n* '-H', \"--host\": IPv4 Address of the Server\n* '-p', \"--port\": Port of the Server\n* '-b', \"--buffer_size\": Buffer Size for Receiving Data from the Server (Default=1024)\n\u003c!-- --\u003e\nFor example:\n```bash\npython server.py --host 0.0.0.0 --port 2626\n```\nHere **0.0.0.0** is the address on which to start the server and this specific address means that we can accept connections from any device on the LAN (Local Area Network). And **2626** is the port.\u003cbr /\u003e\nFor client to connect to this server, the client should type the LAN IP Address of the Device that runs \"server.py\".\n\n## Output\nAfter successful connection, the Device that runs \"server.py\" can see the Live Grayscale Video captured by the camera of the device that runs \"client.py\".","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgill-singh-a%2Flan-camera-streaming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgill-singh-a%2Flan-camera-streaming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgill-singh-a%2Flan-camera-streaming/lists"}