Video Player

Plays and records media from e.g. a camera.

class filers2.recording.FilersPlayer(open_player_thread=True, **kwargs)

Bases: EventDispatcher

Manages all the possible players and recorders for a single player.

It opens all the players and recorders and controls which player/recorder is used by this player object.

disk_used_percent

Percent of disk usage space.

display_frame(image, metadata=None)

The displays the new image to the user.

player_name

The name of the underlying player used by this player.

recorder_name

The name of the underlying recorder used by this player.

save_screenshot(img, paths)

Saves the image acquired to a file.

update_disk_usage(*largs)

Runs periodically to update the disk usage.

class filers2.recording.PlayerWidget(**kwargs)

Bases: BoxLayout

class filers2.recording.PlayersContainerWidget(**kwargs)

Bases: GridLayout