Skip to content

A camera streaming application that enables one-directional video transmission between devices connected on the same local network.

Notifications You must be signed in to change notification settings

ghost-sakura/camera-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

One-Way Camera Streaming using Python

This project demonstrates a simple one-way camera streaming application using Python and the VidStream library. It allows one device to stream its camera feed while another device views the live video over a local network (LAN).

Features

  • Live camera streaming over LAN
  • Uses VidStream and threading

Installation

pip install vidstream

Requirements

  • Python 3.10
  • vidstream
  • Devices connected on the same network

How to Run

  1. Start the streaming server on the camera device.
  2. Update the server IP address in the client code.
  3. Run the script to view the live camera feed.
  4. Type STOP to end streaming.

Note

This project supports one-way video streaming only. It does not provide two-way video calling.

About

A camera streaming application that enables one-directional video transmission between devices connected on the same local network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages