Name

frameRate()

Class

Capture

Description

Sets how often frames are read from the capture device. Setting the fps parameter to 4, for example, will cause 4 frames to be read per second.

Syntax

  • .frameRate(ifps)

Parameters

  • ifps(float)speed of the capture device in frames per second

Return

  • void