Make OpenCV camera loops less of a chore by skipping the boilerplate and getting right to the interesting stuff

License

camloop

Forget the boilerplate from OpenCV camera loops and get to coding the interesting stuff

Usage

This is a simple project developed to reduce complexity and time writing boilerplate code when prototyping computer vision applications. Stop worrying about opening/closing video caps, handling key presses, etc, and just focus on doing the cool stuff!

The project was developed in Python 3.8 and tested with physical local webcams. If you end up using it in any other context, please consider letting me know if it worked or not for whatever use case you had 🙂

Install

The project is distributed by pypi, so just:

As usual, conda or venv are recommended

 

 

 

To finish reading, please visit source site