Giter Club home page Giter Club logo

smoothstream's Introduction

SmoothStream Build Status

Webcam and PiCamera Streaming over the Network with Python

Getting Started

SmoothStream is a Python Application which makes streaming video from webcams over the network a breeze.

Streaming images from your Webcam over the network should be easy, right?

Nope. After pulling my hair out, searching on the internet for weeks, scavenging through old forum posts and digging through old StackOverflow questions, I came up empty-handed. (Most of the code examples were outdated and worked only in Python 2) Until I stumbled upon this StackOverflow Question.

I decided it was 'bout time someone did something about it.

The StreamViewer needs to start listening for incoming stream from the Streamer, once an incoming stream is detected it is displayed on the screen.

SmoothStream currently has a dependency on ZeroMQ and I don't see a way around it.

So, PRs are always welcome.

Prerequisites

  1. Webcam (duh!)

Installing

A step by step series of examples that tell you how to get a development env running

  1. Install all the requirements
pip install -r requirements.txt
  1. Start the viewer, on the server.
python StreamViewer.py
  1. On another machine connected to the same network, start the streamer, and enter the IP of the machine running the StreamViewer.
python Streamer.py -s 192.168.1.X

You will see the video being streamed across the network to your Viewer.

Running the tests (WebCam Needed)

python -m unittest discover .
  1. test_camera.py - Tests if camera can be detected with OpenCV

    python -m unittest camera.test_camera

  2. test_local_streaming.py - Tests Streaming and Viewing silently locally

    python -m unittest test_local_streaming

Alternatives from around the internet which failed to work.

http://answers.opencv.org/question/19055/video-over-the-network/ https://github.com/yushuhuang/webcam https://stackoverflow.com/questions/30988033/sending-live-video-frame-over-network-in-python-opencv https://stackoverflow.com/questions/49084143/opencv-live-stream-video-over-socket-in-python-3 https://stackoverflow.com/questions/43299440/how-to-send-live-video-over-network-in-python https://stackoverflow.com/questions/36265183/how-to-get-video-frame-by-frame-from-stream-using-opencv-and-python https://stackoverflow.com/questions/29099839/opencv-stream-from-a-camera-connected-to-a-remote-machine https://raspberrypi.stackexchange.com/questions/72308/how-to-stream-video-via-socket-using-opencv-and-picamera

Built With

  • OpenCV - a library of programming functions mainly aimed at real-time computer vision.
  • ZeroMQ - a high-performance asynchronous messaging library, aimed at use in distributed or concurrent applications.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details

smoothstream's People

Contributors

ct83 avatar

Watchers

Fatih Akturk avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.