Skip to main content

Simple USB webcam streaming

Project description

Dead simple USB webcam streaming over the internet

Getting started

  • Obtain a USB webcam

  • Find an internet-connected device with a USB port

  • Plug the webcam into the USB port

  • Install OpenCV

  • pip install webcam-streamer

  • webcam-streamer

  • You’re live!

Customizations

You can customize the streams delivered by creating and modifying a .webcam-streamer.cfg in your home directory.

Available options

[server]
host=0.0.0.0           ; Host to serve the application on
port=5000              ; Port to serve the application on

[dashboard]
title=Webcam Streamer  ; Title displayed at the top of the web dashboard

[cameras]
use_mock=false         ; If true, will simulate camera feeds (useful for testing)
width=320              ; Width of the camera stream(s)
height=240             ; Height of the camera stream(s)
fps=10                 ; Frames per second to be acquired from camera(s)

[camera_names]
default=Camera #{id}   ; The default title to display above each camera

Additionally, custom mappings of id->name can be included in camera_names. For example, if Camera #0 is the garage camera, you could add something like 0=Garage camera to the camera_names config section.

Screenshot

Because, y'know, why not.

Because, y’know, why not.

Technical details

webcam-streamer uses Flask, deployed with Gunicorn, to serve a web frontend. Individual camera feeds, acquired from cameras using OpenCV, are delivered to clients using WebSockets.

Requirements

  • OpenCV

  • Python 2.7+, 3+

License

The MIT License (MIT)

Copyright (c) 2015 Theo Patt/Theopolisme <theo@theopatt.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

webcam-streamer-1.0.5.tar.gz (28.3 kB view details)

Uploaded Source

Built Distribution

webcam_streamer-1.0.5-py2.py3-none-any.whl (35.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file webcam-streamer-1.0.5.tar.gz.

File metadata

File hashes

Hashes for webcam-streamer-1.0.5.tar.gz
Algorithm Hash digest
SHA256 17bd9904a0eb2af17bd4f0398ac6833e1e3b67747fc329e2d2b66f9c7f912297
MD5 8a8913493a29a9f3a61e50171f0df9ce
BLAKE2b-256 e315a8d672659efd50beb8efee371cf493688c1c096a1900b0d33c3c176a051d

See more details on using hashes here.

File details

Details for the file webcam_streamer-1.0.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for webcam_streamer-1.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 27ce20ca4bee3e589879d1f3f25fe63ec52a19bbe491e318d3d991019be116d3
MD5 706cb6668075ac6117f2b84d43a6f3a4
BLAKE2b-256 ed9bf7c4e80a48227537c0b867908f1cd0c6dc26bcfc5673faf7cdf207efc220

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page