Skip to content

EMR-KAR/Multiple-camera-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published