Skip to content

A simple Python v.2.7 script processing a live captured video signal including color conversions, resampling and filtering.

License

Notifications You must be signed in to change notification settings

felixgeissler/py-videoprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-videoprocessing

A simple Python v.2.7 script processing a live captured video signal including color conversions, resampling and filtering.

Getting started

Starting the script is fairly simple. Just make sure you have all the neccessary libarys installed:

python main.py

You can also toggle the debug mode which will display all the outputs after each processing step via:

python main.py --debug

Note

Using a pyramidal filter throws me some errors recently. Feel free to fix a few commented lines and send me a pull request on GitHub.

About

A simple Python v.2.7 script processing a live captured video signal including color conversions, resampling and filtering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages