Package pyvision :: Package types :: Module Video :: Class FFMPEGVideo
[hide private]
[frames] | no frames]

Class FFMPEGVideo

source code

FFMPEGVideo is an alternate way to capture video from a file, not directly using OpenCV's highgui. This class does not implement the VideoInterface abstract class, and it does not have the same usage pattern.

Instance Methods [hide private]
 
__init__(self, filename, size=None, aspect=None, options='') source code
 
frame(self) source code
 
__iter__(self)
Return an iterator for this video
source code
 
next(self) source code