pupil_recording_interface.VideoReader.subsample_frame

VideoReader.subsample_frame(frame)

Sub-sample a video frame.

Parameters

frame (numpy.ndarray) – The input frame.

Returns

The sub-sampled frame.

Return type

numpy.ndarray