Skip to content

Program uses cv2 to display many streams from cameras, web pages, local files

Notifications You must be signed in to change notification settings

furas/python-cv2-streams-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-cv2-streams-viewer

Program uses cv2 to display many streams from cameras, web pages, local files.

It uses thread to process stream from cv2.

It can record stream to local file.

It uses tkinter to display it.


image

image


Notes:

It started as answer for question on Stackoverflow: How display multi videos with threading using tkinter in python?

See similar idea on blog pyImageSearch in Increasing webcam FPS with Python and OpenCV.

It creates class

 from imutils.video import WebcamVideoStream

2021.01.26

Code from single file main.py splited into files videocapture.py, tkCamera.py, main.py and moved to folder src.

About

Program uses cv2 to display many streams from cameras, web pages, local files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages