Class for video capturing (from a capturing device, or a video file).
VideoCapture
is the class to read video files, capture video from devices.
A VideoCapture
object is constructed with new_VideoCapture.
The instance returned is used as argument of each of the VideoCapture
functions, such as VideoCapture_read, etc.
A VideoCapture
object must be deleted with delete_VideoCapture.