ota.video package

Submodules

ota.video.video module

exception ota.video.video.OutOfIndexError(message)[source]

Bases: Exception

Frame being accessed was outside of the possible index values.

exception ota.video.video.ReadingImageError(message)[source]

Bases: Exception

Error reading image frame from video.

class ota.video.video.Video(path, grayscale=1)[source]

Bases: object

Object to represent a video and its associated metadata.

elapsed_time()[source]

Returns current position of video file in milliseconds.

exception ota.video.video.VideoDoesNotExistError(message)[source]

Bases: Exception

Video file was not found.

Module contents