Class representing a video extract includes some playback capabilities
Switches between automatic and manual mode
Play/pause
Increases or decreases playing speed
Changes current view TO BE HIGHLY IMPROVED
Sets the key_pressed to its default value
Close this movie
Returns last click and cleans it
Returns the current frame of the specified channel (or the current view if not specified. The format is the OpenCV image format (most probably the IplImage)
The main function to get any image default parameters are : i : displayed image channel : displayed channel depth : 8 bits col_channels : 1 (grayscale) Output format is OpenCV image
Returns the frame index
Returns the path of the current image This function should not be called since no virtual saving has been implemented so far, use get_current_frame instead
Returns last key pressed and if it has just been clicked
Returns the playing mode
Returns name of the movie FOT THE MOMENT, the folder
Returns the number of frames
Is i useful? Maybe for the fps/... drawing)
Get video size
Returns playing speed
Returns a sorted list of the available speeds
Returns index of current view
Returns True if the movie is playing
Returns if the movie is still open
NO FALSE ! -> Returns a tuple containing the next image and a boolean saying if it is different from the previous one Should be called once per loop
Sets a reference to the associated Movie_OpenCV instance
Set a name for the sequence
Play/pause management
Sets the position index
Sets video size
Sets a new speed based on the speed index