Skip to content

Instantly share code, notes, and snippets.

View smerkousdavid's full-sized avatar
💭
😀

David Smerkous smerkousdavid

💭
😀
View GitHub Profile
@smerkousdavid
smerkousdavid / mjpgserver_class.py
Created August 3, 2016 09:08
Motion JPEG server written in python with the ability to stream opencv/numpy, PIL or raw streams. fps and quality control builtin(Webcam example)
#!/usr/bin/python3.4
"""
Made by: David Smerkous - smerkousdavid@gmail.com
A simple(class) mjpegserver written in python, for ease of use
on any video streaming application or testing
License: GPL3+
Python version: 3.4+ (Could easily be transferred to <3.4 with some changes)