Video Chat App using Python-OpenCV
Video is nothing but a series of multiple pictures, and OpenCV lets us create our own images with the most basic concept of arrays. OpenCV is the elementary module that lets us create videos. This articles deals with creating videos and sending it to the other side with the help of Socket Programming.

A server and a client code are created who connect to each other and whenever one of them disconnects the code shuts down, by proper exception handling.
stream_rcvr.py
stream_sender.py
