jonty-comp / python-mjpeg-over-http-client

A tool and library to parse HTTP videostream (e.g. from some web cameras)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python MJPEG over HTTP client

A program and library, that connects to web server, parses MJPEG video stream and save video frames to a file.

Usage

./main.py --request /video/mjpg.cgi?profileid=2 --ip 192.168.1.5 --port 80 --login login --password my_secure_password --filename videoframe.jpg

Authors

Original author: Sergey Lalov

Original source code can be found at Google code.

The original source code was adopted and fixed by Andrey Novikov in 2012 for Amur State University.

As of summer 2012, this software is used in university swimming pool construction webpage.

License

This software is licensed under GNU General Public License and distributed AS IS, without warranties of any kind.

About

A tool and library to parse HTTP videostream (e.g. from some web cameras)


Languages

Language:Python 100.0%