Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

alaisgomes/pyqt4-mjpeg-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PyQt4 Player

Requirements

  • Python 2.7.*
  • python qt4 (on Ubuntu: sudo apt-get install python-qt4 libqt4-dev)
  • opencv (pip install opencv-python)
  • requests (pip install requests)

How to

Change the path for the stream url in the main Player.py file. This is assuming your camera has a motion jpeg stream (MJPEG). For rtsp stream, you need to decode the rtp packets. A solution would be, for example, using VLC player and its python library for bidings.

About

Simple video player using pyqt4 and opencv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages