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.
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.