Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 725 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 725 Bytes

opencv-video-loops

Video processing and display loops developed at the Cornell Tech Connected Experiences Laboratory.

Code by Doron Tal (2018) for a project with Benedetta Piantella and Mor Naaman at the Cornell Tech Connected Experiences Laboratory. The work of the lab is generously supported by OATH.

Introduction

The Python code in this repository provides a framework for using OpenCV with streaming video. It includes an abstract base class that runs the video grabbing and OpenCV processing in separate threads, and several examples of video processing that use that class.