tag: opencv-python

Opencv-python script with argparse

May 2, 2024

This is a post cover adding comand line arguments to an opencv-python script using argparse. This continues the series of post on opencv-python in Pop!_OS/Ubuntu 22.04.

Save video capture using opencv-python on Pop!_OS 22.04

Apr 25, 2024

This is a short post describing how to save captured video to mp4 format using opencv-python on Pop!_OS 22.04 (this should work on all/most Ubuntu 22.04-related operating systems as well!

Video capture using opencv-python on Pop!_OS 22.04

Apr 23, 2024

This is a short post to document a script that captures video and converts to grayscale using opencv-python on Pop!_OS 22.04 (this should work on all/most Ubuntu 22.04-related operating systems as well!

Install OpenCV-python using pip

Apr 19, 2024

This is a very short post to document how I installed opencv-python on Pop!_OS 22.04 using pip and virtualenvwrapper. This should work for Ubuntu 22.04 as well.