Skip to content

Package to read multiple rtsp cameras in parallel. Based on OpenCV.

License

Notifications You must be signed in to change notification settings

peuBouzon/rtsp-multi-capturer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtsp-multi-capturer

Package to read multiple cameras with no delay between them. Based on OpenCV.

Features:

  • Asynchronous capture of rtsp streams or webcams,
  • Ajustable frame frate,
  • Automatic reconnection.

Installation

Please make sure you have python 3.8 or latter installed.

Create a virtual environment

On the console, navigate to the project folder and do the following:

mkdir venv

python3 -m venv ./venv

source ./venv/bin/activate

You should see a (venv) displayed in your terminal.

Install the dependencies

The dependencies of the project are listed in the requirements.txt file. To install them, do the following:

pip3 install -r requirements.txt

That's it!

Run the project

To run the project, please make sure you have activated your virtual environment and do the following:

python3 app.py 0 --fps 1

Screenshot from 2022-08-06 15-27-08

About

Package to read multiple rtsp cameras in parallel. Based on OpenCV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages