Skip to content

A simple user interface to stitch and display multiple camera streams with OpenCV and Kivy.

Notifications You must be signed in to change notification settings

informaticacba/Multiple-Camera-Streams-UI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Camera Streams GUI

A simple user interface to stitch and display multiple camera streams with OpenCV and Kivy.

Supports configuring several videos and ip cameras.


Inference

  • Install main libraries:
pip install opencv-python
pip install kivy
  • To setup cameras via config, enter your video path or ip camera url in 'config>ui_config.json'.

You can place your videos in mylib>videos or enter the url if its an ip camera. Example:

"camera_url": [
    "mylib/videos/1.mp4",
    "http://192.158.0.115:8050/video",
  • To setup cameras via ui, click settings>enter details>apply after running the code:

You could also setup a database if you ever want to.

  • To run: python run.py

saimj7/ 28-02-2021 © Sai_Mj.

About

A simple user interface to stitch and display multiple camera streams with OpenCV and Kivy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%