Skip to content

simple python3 example to fetch an rtmp stream, run it through opencv with openvino, and then restream it to another rtmp server

Notifications You must be signed in to change notification settings

magnuszetterberg/openvino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Super simple python3 example to run openvino through opencv

pre-req

Install Anaconda and create a virtual environment.

Activate the virtual environment.

Install the requried pip packages

pip install -r req.txt

Download the person-detection-0200 model

omz_downloader --name person-detection-0200

OR the command below - depending on where the omz_downloader where installed

~/.local/bin/omz_downloader --name person-detection-0200

Add your input and output rtmp urls into main.py

Start your program

python3 main.py

About

simple python3 example to fetch an rtmp stream, run it through opencv with openvino, and then restream it to another rtmp server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published