init method

void init()

Initializes this video feed model, resetting the FPS to 0

Implementation

void init() {
  resetFps();
}