fps property

int fps

The frames per second the device will record, independent of calls to read.

Implementation

int get fps => get(5).toInt();
void fps=(int value)

Implementation

set fps(int value) => set(5, value.toDouble());