/opencv-python-scripts

A collection of scripts demonstrating opencv-python tasks on Linux (Ubuntu/Pop!_OS).

Primary LanguagePythonMIT LicenseMIT

opencv-python-scripts

A collection of scripts demonstrating opencv-python tasks on Linux (Ubuntu/Pop!_OS). The scripts are designed to work in a simple virtual environment, details here.

scripts overview

  • script01 access the first available camera and open a window to display feed. Hit q to quit. More information at the blog post.
  • script02 save the vide feed to an mp4 file on Linux. Again, hit q to quit. The related blog post is here.
  • script03 add command line arguments and help with argparse to make the script(s) more flexible. Hit q to quit.