OpenCV_VideoCapture

This example is of OpenCV working on Windows which capture video from webCam of laptop, show it on screen in window and save it to specified folder. And window will only Close if we press 'ESC' key.

* OpenCV is defined as CV2

* VideoCapture() is used to capture feed

* keyWait() is used for Keyword interupt